Explorar o código

include/starpu_disk.h: add missing include

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
39bdb590b9
Modificáronse 1 ficheiros con 2 adicións e 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);