From ef422bff26e5b276b586df0f1016aa71cf163444 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 Mar 2005 11:00:31 +0000 Subject: r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser. (This used to be commit ab79612ac661c9764682f109650381350d524ac2) --- source3/include/popt_common.h | 2 ++ 1 file changed, 2 insertions(+) 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 + /* Common popt structures */ extern struct poptOption popt_common_samba[]; extern struct poptOption popt_common_connection[]; -- cgit