summaryrefslogtreecommitdiffstats
path: root/core/bstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/bstr.c')
-rw-r--r--core/bstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bstr.c b/core/bstr.c
index d3247ce1d6..5d8a47e9ac 100644
--- a/core/bstr.c
+++ b/core/bstr.c
@@ -25,7 +25,7 @@
#include "talloc.h"
-#include "bstr.h"
+#include "core/bstr.h"
int bstrcmp(struct bstr str1, struct bstr str2)
{