summaryrefslogtreecommitdiff
path: root/libc/src/threads/linux/call_once.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/threads/linux/call_once.cpp')
-rw-r--r--libc/src/threads/linux/call_once.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/src/threads/linux/call_once.cpp b/libc/src/threads/linux/call_once.cpp
index 9e1d9359ad37..ac8aca4cc8d8 100644
--- a/libc/src/threads/linux/call_once.cpp
+++ b/libc/src/threads/linux/call_once.cpp
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
+#include "src/threads/call_once.h"
#include "config/linux/syscall.h" // For syscall functions.
#include "include/sys/syscall.h" // For syscall numbers.
#include "include/threads.h" // For call_once related type definition.