r1902: we need to include popt.h before popt_common.h
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Aug 2004 07:54:38 +0000 (07:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:09 +0000 (12:58 -0500)
metze
(This used to be commit edde7497e9e06be0e51e886981725271a85bd9e5)

source4/include/includes.h
source4/include/rewrite.h

index c4b8f24397e287a6d41b69875277f33cfa9310bc..c67b3c819559d379d7e7e8b51f7024ca3d404532 100644 (file)
@@ -653,8 +653,6 @@ extern int errno;
 
 #include "asn_1.h"
 
-#include "popt.h"
-
 #include "mutex.h"
 
 #include "librpc/rpc/dcerpc.h"
index 21cc7342d1c06674dfdbfe9ac151c28a3ea6a356..5e2f9bb4bcad9e1997a7be0b50facd47db6b6004 100644 (file)
@@ -280,6 +280,7 @@ typedef struct {
        char *from_name, *to_name;
 } *smb_iconv_t;
 
+#include "popt.h"
 #include "popt_common.h"
 
 #endif /* _REWRITE_H */