summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/yelp-io-channel.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 347593a0..5868d32f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-01 Shaun McCance <shaunm@gnome.org>
+
+ * src/yelp-io-channel.c:
+ - Moved #include <stdio.h> above the other #includes
+
2004-05-24 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added Tajik (tg) to ALL_LINGUAS
diff --git a/src/yelp-io-channel.c b/src/yelp-io-channel.c
index 23a0e8a6..79a08a34 100644
--- a/src/yelp-io-channel.c
+++ b/src/yelp-io-channel.c
@@ -24,13 +24,13 @@
#include <config.h>
#endif
+#include <stdio.h>
#include <glib.h>
#include <zlib.h>
#ifdef HAVE_LIBBZ2
#include <bzlib.h>
#endif
#include <string.h>
-#include <stdio.h>
#include "yelp-error.h"
#include "yelp-io-channel.h"