浏览代码

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>
 #endif
 
+#ifndef  __USE_POSIX
 #define __USE_POSIX
+#endif
 #include <stdlib.h> // malloc, free
 #include <string.h> // memcpy
 #include <assert.h> // assert