From c55b191bffa9711ca14b749a5e928b14f0731b71 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 2 Oct 2015 18:06:28 +0000 Subject: use limits.h instead of sys/param.h to get PATH_MAX --- usr.bin/file/file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/file/file.c') diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 078ed58752b..b6816bcaeab 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.47 2015/07/12 09:51:25 tobias Exp $ */ +/* $OpenBSD: file.c,v 1.48 2015/10/02 18:06:27 deraadt Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott @@ -33,6 +33,7 @@ #include #include #include +#include #include "file.h" #include "magic.h" -- cgit v1.2.3