stupid libIDL patch.
- From: Mathieu Lacage <mathieu eazel com>
- To: orbit-list gnome org
- Subject: stupid libIDL patch.
- Date: 11 Dec 2000 18:57:25 -0800
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]