소스 검색

fixing build

Stasik0 10 년 전
부모
커밋
5531840f34
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/ua_util.h

+ 2 - 0
src/ua_util.h

@@ -7,7 +7,9 @@
 #include <malloc.h>
 #include <malloc.h>
 #endif
 #endif
 
 
+#ifndef  __USE_POSIX
 #define __USE_POSIX
 #define __USE_POSIX
+#endif
 #include <stdlib.h> // malloc, free
 #include <stdlib.h> // malloc, free
 #include <string.h> // memcpy
 #include <string.h> // memcpy
 #include <assert.h> // assert
 #include <assert.h> // assert