diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-16 16:48:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-16 16:48:53 +0000 |
commit | 94fa34c725ef755eb123686f6cbdceb24411e401 (patch) | |
tree | adb4e0f8373b5c035f73e06a3c6d139aba24388c /lib/libc/gmon/mcount.c | |
parent | e188cfc0eef8e45aaec37715ff8af7ca7e0dafe3 (diff) |
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'lib/libc/gmon/mcount.c')
-rw-r--r-- | lib/libc/gmon/mcount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 942d8c1887f..f0ce70dd6ae 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mcount.c,v 1.14 2013/03/12 09:37:16 mpi Exp $ */ +/* $OpenBSD: mcount.c,v 1.15 2015/01/16 16:48:51 deraadt Exp $ */ /*- * Copyright (c) 1983, 1992, 1993 * 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/gmon.h> /* |