summaryrefslogtreecommitdiffstats
path: root/libc/bionic/__strcat_chk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bionic/__strcat_chk.cpp')
-rw-r--r--libc/bionic/__strcat_chk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/__strcat_chk.cpp b/libc/bionic/__strcat_chk.cpp
index 3dda43a5b..f15cb5cae 100644
--- a/libc/bionic/__strcat_chk.cpp
+++ b/libc/bionic/__strcat_chk.cpp
@@ -28,7 +28,7 @@
#include <string.h>
#include <stdlib.h>
-#include "libc_logging.h"
+#include "private/libc_logging.h"
/*
* Runtime implementation of __builtin____strcat_chk.