From: Arvid Norlander Date: Mon, 22 Sep 2008 19:10:40 +0000 (+0000) Subject: Fix curl include paths that were messed up in 5778. The other part of the fix a C... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2dfeff6e47786b3cc030eba72136755d8137845a;p=supertux.git 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 --- 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