aboutsummaryrefslogtreecommitdiffstats
path: root/xutil.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xutil.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xutil.c b/xutil.c
index 26188af..8cd5d07 100644
--- a/xutil.c
+++ b/xutil.c
@@ -15,14 +15,15 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xutil.c,v 1.96 2014/09/23 14:25:08 okan Exp $
+ * $OpenBSD: xutil.c,v 1.97 2015/01/19 14:54:16 okan Exp $
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>