summaryrefslogtreecommitdiff
path: root/libc/private/KernelArgumentBlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/private/KernelArgumentBlock.h')
-rw-r--r--libc/private/KernelArgumentBlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/private/KernelArgumentBlock.h b/libc/private/KernelArgumentBlock.h
index c8ce8411f..ee28d69f9 100644
--- a/libc/private/KernelArgumentBlock.h
+++ b/libc/private/KernelArgumentBlock.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/auxv.h>
-#include "private/bionic_macros.h"
+#include "platform/bionic/macros.h"
// When the kernel starts the dynamic linker, it passes a pointer to a block
// of memory containing argc, the argv array, the environment variable array,