Include config.h file when needed
authorDavid FORT <contact@hardening-consulting.com>
Tue, 27 Oct 2015 20:45:26 +0000 (21:45 +0100)
committerDavid FORT <contact@hardening-consulting.com>
Tue, 27 Oct 2015 20:45:26 +0000 (21:45 +0100)
winpr/include/winpr/wlog.h

index f60e706..6d88d3c 100644 (file)
@@ -27,6 +27,10 @@ extern "C" {
 #include <stdio.h>
 #include <stdarg.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <winpr/winpr.h>
 #include <winpr/wtypes.h>