diff options
Diffstat (limited to 'lib/libc/gen/uname.c')
-rw-r--r-- | lib/libc/gen/uname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index 09bc682fa5c..ac40802713e 100644 --- a/lib/libc/gen/uname.c +++ b/lib/libc/gen/uname.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uname.c,v 1.9 2013/04/05 12:59:54 kurt Exp $ */ +/* $OpenBSD: uname.c,v 1.10 2015/01/16 16:48:51 deraadt Exp $ */ /*- * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> +#include <sys/types.h> #include <sys/sysctl.h> #include <sys/utsname.h> |