mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
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:
parent
38229d47d1
commit
e1bee17e94
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user