Samuel Thibault 8 년 전
부모
커밋
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