diff options
Diffstat (limited to 'test/syscalls/linux/sync.cc')
-rw-r--r-- | test/syscalls/linux/sync.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/syscalls/linux/sync.cc b/test/syscalls/linux/sync.cc index fe479390d..8aa2525a9 100644 --- a/test/syscalls/linux/sync.cc +++ b/test/syscalls/linux/sync.cc @@ -14,10 +14,9 @@ #include <fcntl.h> #include <stdio.h> -#include <unistd.h> - #include <sys/syscall.h> #include <unistd.h> + #include <string> #include "gtest/gtest.h" |