Fix curl include paths that were messed up in 5778. The other part of the fix a C...
authorArvid Norlander <anmaster@berlios.de>
Mon, 22 Sep 2008 19:10:40 +0000 (19:10 +0000)
committerArvid Norlander <anmaster@berlios.de>
Mon, 22 Sep 2008 19:10:40 +0000 (19:10 +0000)
SVN-Revision: 5780

src/addon/addon_manager.cpp

index 9d45ae9..1327f1c 100644 (file)
@@ -38,9 +38,9 @@
 #include "physfs/physfs_stream.hpp"
 
 #ifdef HAVE_LIBCURL
-#include <curl.h>
-#include <types.h>
-#include <easy.h>
+#include <curl/curl.h>
+#include <curl/types.h>
+#include <curl/easy.h>
 #endif
 
 #ifdef HAVE_LIBCURL