diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-11-01 15:57:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-11-01 15:57:55 +0000 |
| commit | 5274973ae270c47f1a2d69a4fe22db87bcc7bfcb (patch) | |
| tree | a28d953ffbabb858d6f6d2712d5eb6f7554dee8b | |
| parent | b630d83f28324ca4cbd599c9f8d31a114f92db14 (diff) | |
Notes
| -rw-r--r-- | sys/geom/geom_dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index 756e8cacbd6f..0f2725d933dd 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -41,6 +41,7 @@ #include <sys/sbuf.h> #ifndef _KERNEL #include <stdio.h> +#include <string.h> #include <unistd.h> #include <stdlib.h> #include <err.h> |
