1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

r1902: we need to include popt.h before popt_common.h

metze
(This used to be commit edde7497e9e06be0e51e886981725271a85bd9e5)
This commit is contained in:
Stefan Metzmacher 2004-08-19 07:54:38 +00:00 committed by Gerald (Jerry) Carter
parent 838c208ab1
commit 045bdb356f
2 changed files with 1 additions and 2 deletions

View File

@ -653,8 +653,6 @@ extern int errno;
#include "asn_1.h"
#include "popt.h"
#include "mutex.h"
#include "librpc/rpc/dcerpc.h"

View 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 */