summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-08-11 18:27:49 +0000
committerTim Janik <timj@src.gnome.org>1998-08-11 18:27:49 +0000
commitb46f089b6f4c1f0dbcb490b22e982ddbcea3627d (patch)
tree00e714f83ce0e84bb538e45d25b65edcb3d627c5 /examples
parentf6abe644795c2ca93a21e9c515d5b870cf74fb5d (diff)
downloadgtk+-b46f089b6f4c1f0dbcb490b22e982ddbcea3627d.tar.gz
#include fixes (reported by Asbjoern Pettersen).
Tue Aug 11 17:49:33 1998 Tim Janik <timj@gtk.org> * examples/packbox/packbox.c: #include fixes (reported by Asbjoern Pettersen).
Diffstat (limited to 'examples')
-rw-r--r--examples/packbox/packbox.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/packbox/packbox.c b/examples/packbox/packbox.c
index 865fafbca0..8791c66748 100644
--- a/examples/packbox/packbox.c
+++ b/examples/packbox/packbox.c
@@ -2,7 +2,9 @@
/* packbox.c */
-#include "gtk/gtk.h"
+#include <stdio.h>
+#include <gtk/gtk.h>
+#include <stdlib.h>
void
delete_event (GtkWidget *widget, GdkEvent *event, gpointer data)