aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unistd/linux/pwrite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/unistd/linux/pwrite.cpp')
-rw-r--r--libc/src/unistd/linux/pwrite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/unistd/linux/pwrite.cpp b/libc/src/unistd/linux/pwrite.cpp
index f4cf8e1..7672063 100644
--- a/libc/src/unistd/linux/pwrite.cpp
+++ b/libc/src/unistd/linux/pwrite.cpp
@@ -11,9 +11,9 @@
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
#include "src/__support/common.h"
+#include "hdr/stdint_proxy.h" // For uint64_t.
#include "src/__support/libc_errno.h"
#include "src/__support/macros/config.h"
-#include <stdint.h> // For uint64_t.
#include <sys/syscall.h> // For syscall numbers.
namespace LIBC_NAMESPACE_DECL {