diff -rauN curlpp-0.7.2/curlpp/global.h curlpp-0.7.2-config-patch/curlpp/global.h --- curlpp-0.7.2/curlpp/global.h 2007-09-22 16:31:10.000000000 +0200 +++ curlpp-0.7.2-config-patch/curlpp/global.h 2008-06-30 20:41:28.000000000 +0200 @@ -25,7 +25,11 @@ #define CURLPP_GLOBAL_H #ifndef HAVE_CONFIG_H +#ifndef _WIN32 +#include "config.h" +#else #include "config.win32.h" #endif +#endif #endif