Mon Jun 2 15:35:29 2003 Jonathan Blandford <jrb@redhat.com>
authorjrb <jrb@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 2 Jun 2003 19:35:28 +0000 (19:35 +0000)
committerjrb <jrb@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 2 Jun 2003 19:35:28 +0000 (19:35 +0000)
        * cspi/spi_main.c: #include <stdio.h>
        * test/simple-at.c: ditto
        * test/event-listener-test.c: ditto
        * test/screen-review-test.c: ditto

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@433 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
cspi/spi_main.c
test/event-listener-test.c
test/screen-review-test.c
test/simple-at.c

index 7e5a5afa1c8b103e61a1fa08b78fec02529ee040..7f87f1e1f7fdb3f46bff42036912a4549fab1323 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jun  2 15:35:29 2003  Jonathan Blandford  <jrb@redhat.com>
+
+       * cspi/spi_main.c: #include <stdio.h>
+       * test/simple-at.c: ditto
+       * test/event-listener-test.c: ditto
+       * test/screen-review-test.c: ditto
+
 2003-05-30  Michael Meeks  <michael@ximian.com>
 
        * test/test-simple.c (main): use CORBA_ORB_perform_work
index 51174861241b48481d5c66099f34dccf67bb03bb..67acb1b5a2c7b994aa1aba709498861d1cbdce3e 100644 (file)
@@ -26,6 +26,8 @@
  * Basic SPI initialization and event loop function prototypes
  *
  */
+
+#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <cspi/spi-private.h>
index cbede930accb6a6461948bfe172b58d0efaad8d5..d166d533eb202b94c2f6079cc2172137dd976846 100644 (file)
@@ -21,6 +21,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include "../cspi/spi-private.h" /* A hack for now */
index bfe037c7f0bf243f30835717e40f99fa155de444..2d63aa2736a7328aaaac412c17456c64f1bfaa8e 100644 (file)
@@ -21,6 +21,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdio.h>
 #include <strings.h>
 #include <stdlib.h>
 #include "../cspi/spi-private.h"
index a23b79eda8a59d8ecb96a54fb6e6a780431c5c3b..2e03c55731e5f0e8e5c6e0408c2e4abad0496358 100644 (file)
@@ -20,7 +20,7 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
-
+#include <stdio.h>
 #include <strings.h>
 #include <stdlib.h>
 #include <ctype.h>