[glib] gtester: Add #include config.h
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gtester: Add #include config.h
- Date: Tue, 15 Jan 2013 16:06:34 +0000 (UTC)
commit e1bee17e947b98f72d3764081333f339099b086a
Author: Yuri Sedunov <aris altlinux ru>
Date: Tue Jan 15 11:05:43 2013 -0500
gtester: Add #include config.h
Missed #include "config.h" so, in particular, large file support
(_FILE_OFFSET_BITS) ignored.
https://bugzilla.gnome.org/show_bug.cgi?id=691624
glib/gtester.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/glib/gtester.c b/glib/gtester.c
index 89f9294..4edcf2d 100644
--- a/glib/gtester.c
+++ b/glib/gtester.c
@@ -17,6 +17,8 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
+
#include <glib.h>
#include <gstdio.h>
#include <string.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]