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