From ce2a086119330a0a39e6d7423432c1b2e0da247b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 5 Aug 2010 10:49:53 +0200 Subject: s3-popt: Only include popt-common.h when needed. --- nsswitch/wbinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nsswitch/wbinfo.c') diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 0369d40145..b986a437e0 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "popt_common.h" #include "winbind_client.h" #include "libwbclient/wbclient.h" #include "lib/popt/popt.h" -- cgit