Explorar el Código

include/starpu_disk.h: add missing include

Nathalie Furmento hace 12 años
padre
commit
39bdb590b9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);