summaryrefslogtreecommitdiffstats
path: root/bstrstart.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 /bstrstart.c
parentDelete some more unused files (diff)
downloadldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.gz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.xz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.zip
Update tinyldap part
Diffstat (limited to 'bstrstart.c')
-rw-r--r--bstrstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bstrstart.c b/bstrstart.c
index 5094d34..7c18418 100644
--- a/bstrstart.c
+++ b/bstrstart.c
@@ -1,5 +1,5 @@
#include "bstr.h"
-#include "uint32.h"
+#include <uint32.h>
size_t bstrstart(const char* a) {
if (*a) return 0; else return 5;