summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/image.c b/image.c
index da46cab..4f49107 100644
--- a/image.c
+++ b/image.c
@@ -16,9 +16,6 @@
* along with sxiv. If not, see <http://www.gnu.org/licenses/>.
*/
-#define _POSIX_C_SOURCE 200112L
-#define _IMAGE_CONFIG
-
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
@@ -27,6 +24,8 @@
#include "image.h"
#include "options.h"
#include "util.h"
+
+#define _IMAGE_CONFIG
#include "config.h"
#if HAVE_LIBEXIF