summaryrefslogtreecommitdiff
path: root/bin/ksh/shf.c
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2015-10-19 14:03:22 +0000
committermmcc <mmcc@cvs.openbsd.org>2015-10-19 14:03:22 +0000
commit197db38af8b34390a69c6d88a6316bb30df40dfc (patch)
treeda559539708da454f5d32562b3cd375a5fd9d0e8 /bin/ksh/shf.c
parent5a82b39427f5ad1cf4f3859542603e09f2ed1117 (diff)
Move limits.h include from sh.h to the files that actually need it. No
binary change. ok nicm@
Diffstat (limited to 'bin/ksh/shf.c')
-rw-r--r--bin/ksh/shf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ksh/shf.c b/bin/ksh/shf.c
index f7d228596a3..2d032eb81c7 100644
--- a/bin/ksh/shf.c
+++ b/bin/ksh/shf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: shf.c,v 1.23 2015/10/19 02:15:45 mmcc Exp $ */
+/* $OpenBSD: shf.c,v 1.24 2015/10/19 14:03:21 mmcc Exp $ */
/*
* Shell file I/O routines
@@ -6,6 +6,8 @@
#include <sys/stat.h>
+#include <limits.h>
+
#include "sh.h"
/* flags to shf_emptybuf() */