summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 26cab70b9d..a958fd416c 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -770,6 +770,8 @@ extern int errno;
#include "nsswitch/winbind_client.h"
+#include "genparser.h"
+
/*
* Type for wide character dirent structure.
* Only d_name is defined by POSIX.