Samuel Thibault лет назад: 8
Родитель
Сommit
3e0da0327b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/disk_ops/unistd/disk_unistd_global.h

+ 1 - 1
src/core/disk_ops/unistd/disk_unistd_global.h

@@ -18,7 +18,7 @@
 #define __DISK_UNISTD_GLOBAL_H__
 
 #include <fcntl.h>
-#ifdef __linux
+#ifdef __linux__
 #include <sys/syscall.h>
 #endif