fix include statements for large file support on 32-bit
authorMichael Schwendt <mschwendt@fedoraproject.org>
Sun, 30 Nov 2014 12:09:37 +0000 (13:09 +0100)
committerMichael Schwendt <mschwendt@fedoraproject.org>
Sun, 30 Nov 2014 12:09:37 +0000 (13:09 +0100)
src/secure_save.c
src/ui_fileops.h

index 314f319..c8fe26a 100644 (file)
@@ -9,12 +9,12 @@
  * This software comes with no warranty of any kind, use at your own risk!
  */
 
+#include "main.h"
 #include <glib/gprintf.h>
 #include <glib/gstdio.h>
 #include <errno.h>
 #include <utime.h>
 
-#include "main.h"
 #include "secure_save.h"
 
 
index 12b9a61..295ef44 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef UI_FILEOPS_H
 #define UI_FILEOPS_H
 
-
+#include "config.h"
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/types.h>