diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-01 10:44:52 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-01 10:44:52 +0000 |
| commit | a11b77ba787c70d9c1c5aea5ed25280e2203775b (patch) | |
| tree | c1224958c466b4c24decc9fd301baef940e5d990 | |
| parent | ad0f825a0939a8497034b8a5ece783181359ba50 (diff) | |
Notes
| -rw-r--r-- | lib/libdisk/chunk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c index a8f3b96dcc2d..b9d5c4d4bf00 100644 --- a/lib/libdisk/chunk.c +++ b/lib/libdisk/chunk.c @@ -15,6 +15,7 @@ #include <unistd.h> #include <string.h> #include <sys/types.h> +#include <err.h> #include "libdisk.h" #define new_chunk() memset(malloc(sizeof(struct chunk)), 0, sizeof(struct chunk)) |
