summaryrefslogtreecommitdiffstats
path: root/bstrfirst.c
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-09 10:05:57 +0200
committerSimon Rettberg2017-05-09 10:05:57 +0200
commit8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14 (patch)
tree890ea62f47af0a06db998142810851f618d27bca /bstrfirst.c
parentDelete some more unused files (diff)
downloadldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.gz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.xz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.zip
Update tinyldap part
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;