diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-30 10:19:54 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-30 10:19:54 +0000 |
| commit | 4217d84e2e30f1cfbc09e1da305191bf3fcc12a2 (patch) | |
| tree | 86bf1c98e125c295d889cb84baac51e79cad8e77 /usr.bin/ipcs | |
| parent | fe42991815ba1711748fb13ee24a9e15283fa8f0 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ipcs')
| -rw-r--r-- | usr.bin/ipcs/ipcs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 8fd1b4764301..976e2a5842be 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -37,6 +37,7 @@ static const char rcsid[] = #include <paths.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <sys/types.h> |
