From: Yang Tse Date: Thu, 28 Jun 2012 14:58:07 +0000 (+0200) Subject: nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes X-Git-Tag: curl-7_27_0~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac6111aeb09dd258154afdecb289898674435813;p=curl nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes --- diff --git a/lib/nss.c b/lib/nss.c index a7957736d..b11796cef 100644 --- a/lib/nss.c +++ b/lib/nss.c @@ -27,6 +27,8 @@ #include "setup.h" +#ifdef USE_NSS + #ifdef HAVE_SYS_SOCKET_H #include #endif @@ -44,8 +46,6 @@ #define _MPRINTF_REPLACE /* use the internal *printf() functions */ #include -#ifdef USE_NSS - #include "nssg.h" #include #include @@ -66,6 +66,7 @@ #include "curl_memory.h" #include "rawstr.h" +#include "warnless.h" /* The last #include file should be: */ #include "memdebug.h"