Samuel Thibault лет назад: 12
Родитель
Сommit
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>