[redland-dev] raptor.h patch for gcc 3+
Eric Sandall
eric at sandall.us
Fri May 28 02:47:16 BST 2004
Hi devs,
In order for packages to use raptor.h, raptor.h must include stdarg.h, since
that is where va_list is defined (which raptor.h uses). Attached is a patch.
(Please CC me as I'm not on the list).
-sandalle
--- raptor.h.old 2004-05-27 18:35:04.049613464 -0700
+++ raptor.h 2004-05-27 18:34:38.515495240 -0700
@@ -30,6 +30,7 @@
#endif
#include <stdio.h>
+#include <stdarg.h>
#ifdef WIN32
# ifdef RAPTOR_INTERNAL
--
Eric Sandall | Source Mage GNU/Linux Developer
eric at sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the redland-dev
mailing list