aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 31ab4b8..65c39e5 100644
--- a/util.c
+++ b/util.c
@@ -20,13 +20,13 @@
#include "nsxiv.h"
#include <assert.h>
-#include <stdlib.h>
+#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
-#include <errno.h>
const char *progname;