浏览代码

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);