From 8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 9 May 2017 10:05:57 +0200 Subject: Update tinyldap part --- bstrfirst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bstrfirst.c') 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 const char* bstrfirst(const char* a) { if (*a) return a; else return a+5; -- cgit v1.2.3-55-g7522