Samuel Thibault 8 years ago
parent
commit
3e0da0327b
1 changed files with 1 additions and 1 deletions
  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