aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_dump.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-11-01 15:57:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-11-01 15:57:55 +0000
commit5274973ae270c47f1a2d69a4fe22db87bcc7bfcb (patch)
treea28d953ffbabb858d6f6d2712d5eb6f7554dee8b /sys/geom/geom_dump.c
parentb630d83f28324ca4cbd599c9f8d31a114f92db14 (diff)
downloadsrc-5274973ae270c47f1a2d69a4fe22db87bcc7bfcb.tar.gz
src-5274973ae270c47f1a2d69a4fe22db87bcc7bfcb.zip
Make this compile in the userland shims again.
Sponsored by: DARPA & NAI Labs
Notes
Notes: svn path=/head/; revision=106301
Diffstat (limited to 'sys/geom/geom_dump.c')
-rw-r--r--sys/geom/geom_dump.c1
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>