diff options
author | Tim Potter <tpot@samba.org> | 2005-03-14 11:00:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:00 -0500 |
commit | ef422bff26e5b276b586df0f1016aa71cf163444 (patch) | |
tree | 378b41e15dbd05d1a28cf3b10baaa0b18546457e /source3 | |
parent | ec066590d115da7c4c5825e6a5d50c9c2336d649 (diff) | |
download | samba-ef422bff26e5b276b586df0f1016aa71cf163444.tar.gz samba-ef422bff26e5b276b586df0f1016aa71cf163444.tar.bz2 samba-ef422bff26e5b276b586df0f1016aa71cf163444.zip |
r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser.
(This used to be commit ab79612ac661c9764682f109650381350d524ac2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/popt_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index 6db30fbc0a..7c0a86836d 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -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[]; |