change #include to move foo.h to libowfat/foo.h (needs current libowfat now)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user