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
This commit is contained in:
Yuri Sedunov 2013-01-15 11:05:43 -05:00 committed by Colin Walters
parent 38229d47d1
commit e1bee17e94

View File

@ -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>