projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8a9bf
)
Fix curl include paths that were messed up in 5778. The other part of the fix a C...
author
Arvid Norlander
<anmaster@berlios.de>
Mon, 22 Sep 2008 19:10:40 +0000
(19:10 +0000)
committer
Arvid Norlander
<anmaster@berlios.de>
Mon, 22 Sep 2008 19:10:40 +0000
(19:10 +0000)
SVN-Revision: 5780
src/addon/addon_manager.cpp
patch
|
blob
|
history
diff --git
a/src/addon/addon_manager.cpp
b/src/addon/addon_manager.cpp
index
9d45ae9
..
1327f1c
100644
(file)
--- 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 <curl.h>
-#include <types.h>
-#include <easy.h>
+#include <curl
/curl
.h>
+#include <
curl/
types.h>
+#include <
curl/
easy.h>
#endif
#ifdef HAVE_LIBCURL