change #include to move foo.h to libowfat/foo.h (needs current libowfat now)

This commit is contained in:
leitner
2017-04-21 16:23:38 +00:00
parent 5664e1796a
commit 1d95650489
56 changed files with 183 additions and 164 deletions

View File

@@ -1,6 +1,6 @@
#include <stdlib.h>
#include "ldap.h"
#include "str.h"
#include <libowfat/str.h>
size_t scan_ldapsearchfilterstring(const char* src,struct Filter** f) {
char* s=(char*)src;