summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-03 14:22:06 +0200
committerBert <ber.t@gmx.com>2011-09-03 14:22:06 +0200
commitde6b58a3156e64963f5bf48fa446bfbf3bb9da3f (patch)
tree7b99e175cdd02eab8dd54ca0f9ec74675944a311 /thumbs.c
parente2ea759444145d2af623babe633ca9ac3d95dc44 (diff)
downloadnsxiv-de6b58a3156e64963f5bf48fa446bfbf3bb9da3f.tar.zst
Unified feature test macro requirements
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thumbs.c b/thumbs.c
index 425970d..052db50 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA.
*/
-#define _THUMBS_CONFIG
-
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
@@ -27,6 +25,8 @@
#include "thumbs.h"
#include "util.h"
+
+#define _THUMBS_CONFIG
#include "config.h"
#ifdef __NetBSD__