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 7e5a5af..7f87f1e 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 5117486..67acb1b 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 cbede93..d166d53 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 bfe037c..2d63aa2 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 a23b79e..2e03c55 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>