소스 검색

Included stdarg.h to fix a problem with va_list declaration.

Nicolas Collin 13 년 전
부모
커밋
d2e95f1a20
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/starpu_data_filters.h

+ 2 - 0
include/starpu_data_filters.h

@@ -19,6 +19,8 @@
 #ifndef __STARPU_DATA_FILTERS_H__
 #define __STARPU_DATA_FILTERS_H__
 
+#include <stdarg.h>
+
 #include <starpu.h>
 #include <starpu_config.h>