summaryrefslogtreecommitdiffstats
path: root/src/msgexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msgexec.c')
-rw-r--r--src/msgexec.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/msgexec.c b/src/msgexec.c
index 8427a05..f3cd8ff 100644
--- a/src/msgexec.c
+++ b/src/msgexec.c
@@ -24,6 +24,7 @@
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
+#include <limits.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
@@ -35,10 +36,6 @@
# include <unistd.h>
#endif
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
#include "dir-list.h"
#include "error.h"
#include "progname.h"