ソースを参照

include/starpu_disk.h: add missing include

Nathalie Furmento 12 年 前
コミット
39bdb590b9
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      include/starpu_disk.h

+ 2 - 0
include/starpu_disk.h

@@ -18,6 +18,8 @@
 #ifndef __STARPU_DISK_H__
 #define __STARPU_DISK_H__
 
+#include <sys/types.h>
+
 /* list of functions to use on disk */
 struct starpu_disk_ops {
  	 void *  (*alloc)  (void *base, size_t size);