소스 검색

include/starpu.h: define uintptr_t if needed

Nathalie Furmento 12 년 전
부모
커밋
c879493ca3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>