1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

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

metze
This commit is contained in:
Stefan Metzmacher
2004-08-19 07:54:38 +00:00
committed by Gerald (Jerry) Carter
parent 5e5681e283
commit edde7497e9
2 changed files with 1 additions and 2 deletions

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