From ef7bbc486686d1b9c365273874d9224102199b89 Mon Sep 17 00:00:00 2001 From: Nick Leverton Date: Thu, 20 Oct 2011 12:27:55 +0100 Subject: [PATCH] Summary: upnptools.h should #include upnpconfig.h - ID: 3426326 --- upnp/inc/upnptools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/upnp/inc/upnptools.h b/upnp/inc/upnptools.h index 750a100..383536f 100644 --- a/upnp/inc/upnptools.h +++ b/upnp/inc/upnptools.h @@ -50,6 +50,7 @@ #include "ixml.h" /* for IXML_Document */ +#include "upnpconfig.h" /* for UPNP_HAVE_TOOLS */ /* Function declarations only if tools compiled into the library */