diff options
| author | 2010-06-20 17:57:09 +0000 | |
|---|---|---|
| committer | 2010-06-20 17:57:09 +0000 | |
| commit | add88c09da00f4f446e5a7e7de13d2413f6311e5 (patch) | |
| tree | 4ffcf12259ace6099fb819359220fa0b30bed12a /sys/kern/subr_extent.c | |
| parent | Add some missing includes, so we do not have implicit function (diff) | |
| download | wireguard-openbsd-add88c09da00f4f446e5a7e7de13d2413f6311e5.tar.xz wireguard-openbsd-add88c09da00f4f446e5a7e7de13d2413f6311e5.zip | |
Add some missing includes, so we do not have implicit function
declarations.
OK miod@, millert@
Diffstat (limited to 'sys/kern/subr_extent.c')
| -rw-r--r-- | sys/kern/subr_extent.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_extent.c b/sys/kern/subr_extent.c index 700414d42b7..234355dd121 100644 --- a/sys/kern/subr_extent.c +++ b/sys/kern/subr_extent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_extent.c,v 1.42 2010/01/14 23:12:11 schwarze Exp $ */ +/* $OpenBSD: subr_extent.c,v 1.43 2010/06/20 17:57:09 phessler Exp $ */ /* $NetBSD: subr_extent.c,v 1.7 1996/11/21 18:46:34 cgd Exp $ */ /*- @@ -55,6 +55,7 @@ #include <errno.h> #include <stdlib.h> #include <stdio.h> +#include <string.h> #define malloc(s, t, flags) malloc(s) #define free(p, t) free(p) |
