added curl prefix for curlbuild.h back until we find a better solution;
authorGunter Knauf <gk@gknw.de>
Mon, 31 Aug 2009 13:58:47 +0000 (13:58 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 31 Aug 2009 13:58:47 +0000 (13:58 +0000)
it breaks almost all autobuilds.

include/curl/curl.h

index 0a2c719..116ba50 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include "curlver.h"         /* libcurl version defines   */
-#include "curlbuild.h"       /* libcurl build definitions */
+#include "curl/curlbuild.h"  /* libcurl build definitions */
 #include "curlrules.h"       /* libcurl rules enforcement */
 
 /*