Samuel Thibault пре 12 година
родитељ
комит
171866d4ad
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/core/disk_ops/disk_stdio.c

+ 2 - 0
src/core/disk_ops/disk_stdio.c

@@ -19,7 +19,9 @@
 #include <stdlib.h>
 #include <sys/stat.h>
 #include <sys/time.h>
+#ifdef HAVE_AIO_H
 #include <aio.h>
+#endif
 #include <errno.h>
 #include <time.h>