Explorar o código

include/starpu.h: define uintptr_t if needed

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
c879493ca3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/starpu.h

+ 1 - 0
include/starpu.h

@@ -27,6 +27,7 @@ typedef unsigned char uint8_t;
 typedef unsigned short uint16_t;
 typedef unsigned long uint32_t;
 typedef unsigned long long uint64_t;
+typedef unsigned long int uintptr_t;
 #endif
 
 #include <starpu_config.h>