summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-03-14 11:00:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:00 -0500
commitab79612ac661c9764682f109650381350d524ac2 (patch)
treec88854189463e0e765e1affcf1f5bc4472b5f9eb
parent5c578d14ba1036354a339b0804c4500805b25747 (diff)
downloadsamba-ab79612ac661c9764682f109650381350d524ac2.tar.gz
samba-ab79612ac661c9764682f109650381350d524ac2.tar.xz
samba-ab79612ac661c9764682f109650381350d524ac2.zip
r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser.
-rw-r--r--source/include/popt_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/popt_common.h b/source/include/popt_common.h
index 6db30fbc0ac..7c0a86836dc 100644
--- a/source/include/popt_common.h
+++ b/source/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[];