Browse Source

resolve conditioanl includes for linux

richarddobson 2 năm trước cách đây
mục cha
commit
2e17e19256
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dev/externals/paprogs/recsf/recsf.c

+ 1 - 1
dev/externals/paprogs/recsf/recsf.c

@@ -41,7 +41,7 @@
 #endif
 
 #ifdef unix
-
+#include <aaio.h>
 #include <sys/types.h>
 #include <sys/timeb.h>
 #endif