summaryrefslogtreecommitdiffstats
path: root/bstrfirst.c
diff options
context:
space:
mode:
Diffstat (limited to 'bstrfirst.c')
-rw-r--r--bstrfirst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bstrfirst.c b/bstrfirst.c
index 4d8ab02..6039e14 100644
--- a/bstrfirst.c
+++ b/bstrfirst.c
@@ -1,5 +1,5 @@
#include "bstr.h"
-#include "uint32.h"
+#include <uint32.h>
const char* bstrfirst(const char* a) {
if (*a) return a; else return a+5;