summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/include/popt_common.h2
-rw-r--r--source4/include/rewrite.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/popt_common.h b/source4/include/popt_common.h
index 57850bf682..201245cc3a 100644
--- a/source4/include/popt_common.h
+++ b/source4/include/popt_common.h
@@ -21,6 +21,8 @@
#ifndef _POPT_COMMON_H
#define _POPT_COMMON_H
+#include "popt.h"
+
/* Common popt structures */
extern struct poptOption popt_common_samba[];
extern struct poptOption popt_common_connection[];
diff --git a/source4/include/rewrite.h b/source4/include/rewrite.h
index 5e2f9bb4bc..21cc7342d1 100644
--- a/source4/include/rewrite.h
+++ b/source4/include/rewrite.h
@@ -280,7 +280,6 @@ typedef struct {
char *from_name, *to_name;
} *smb_iconv_t;
-#include "popt.h"
#include "popt_common.h"
#endif /* _REWRITE_H */