mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r1903: hmm a better solution is to include popt.h where it is needed
metze (This used to be commit 64d61ef4a5b44e76c90914ebaeaafac58228d78c)
This commit is contained in:
parent
045bdb356f
commit
a154ed7291
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user