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:
committed by
Gerald (Jerry) Carter
parent
edde7497e9
commit
64d61ef4a5
@@ -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[];
|
||||
|
||||
@@ -280,7 +280,6 @@ typedef struct {
|
||||
char *from_name, *to_name;
|
||||
} *smb_iconv_t;
|
||||
|
||||
#include "popt.h"
|
||||
#include "popt_common.h"
|
||||
|
||||
#endif /* _REWRITE_H */
|
||||
|
||||
Reference in New Issue
Block a user