stupid libIDL patch.



Made necessary because the file uses FILE * somewhere...

Mathieu

Index: IDL.h.new.in
===================================================================
RCS file: /cvs/gnome/libIDL/IDL.h.new.in,v
retrieving revision 1.21
diff -u -r1.21 IDL.h.new.in
--- IDL.h.new.in	1999/06/14 21:14:22	1.21
+++ IDL.h.new.in	2000/12/11 23:53:20
@@ -39,6 +39,8 @@
 extern "C" {
 #endif
 
+#include <stdio.h>
+
 /* version */
 #define LIBIDL_VERSION(a,b,c)		(((a) << 16) + ((b) << 8) + (c))
 #define LIBIDL_MAJOR_VERSION @LIBIDL_MAJOR_VERSION@

-- 
Mathieu Lacage <mathieu eazel com>





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]