From 2dfeff6e47786b3cc030eba72136755d8137845a Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Mon, 22 Sep 2008 19:10:40 +0000 Subject: [PATCH] Fix curl include paths that were messed up in 5778. The other part of the fix a C++ (not C/C#) developer needs to verify. Thanks to MMlosh for pointing it out. SVN-Revision: 5780 --- src/addon/addon_manager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/addon/addon_manager.cpp b/src/addon/addon_manager.cpp index 9d45ae9b1..1327f1c65 100644 --- a/src/addon/addon_manager.cpp +++ b/src/addon/addon_manager.cpp @@ -38,9 +38,9 @@ #include "physfs/physfs_stream.hpp" #ifdef HAVE_LIBCURL -#include -#include -#include +#include +#include +#include #endif #ifdef HAVE_LIBCURL -- 2.11.0