1
0
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:
Stefan Metzmacher 2004-08-19 07:56:55 +00:00 committed by Gerald (Jerry) Carter
parent 045bdb356f
commit a154ed7291
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 */