Browse Source

resolve conditioanl includes for linux

richarddobson 2 years ago
parent
commit
2e17e19256
1 changed files with 1 additions and 1 deletions
  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