From 09adc944c379bb9f683d883a14fd8f5b642a40e4 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sat, 20 Feb 2010 07:48:04 -0800 Subject: autoconf: make sure C files include config.h Signed-off-by: Jeff Layton --- cifs.upcall.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cifs.upcall.c') diff --git a/cifs.upcall.c b/cifs.upcall.c index f8275e6..595b68a 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -25,6 +25,10 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + #include #include #include -- cgit v1.2.3