1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-06 08:23:50 +03:00

r1903: hmm a better solution is to include popt.h where it is needed

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

View File

@@ -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[];

View File

@@ -280,7 +280,6 @@ typedef struct {
char *from_name, *to_name;
} *smb_iconv_t;
#include "popt.h"
#include "popt_common.h"
#endif /* _REWRITE_H */