diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-02-19 19:45:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-02-19 19:45:49 +0000 |
| commit | 6e9ee6015259c6612e2298e1284deeac0cf82cf3 (patch) | |
| tree | 2832072dcca967fd19110152d041ac84fe676726 /usr.sbin | |
| parent | 7d11259539b522571ff451feafd7a3782afec7bf (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/lmcconfig/lmcconfig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/lmcconfig/lmcconfig.c b/usr.sbin/lmcconfig/lmcconfig.c index f94c4d1bb6cc5..1fe63f76e9583 100644 --- a/usr.sbin/lmcconfig/lmcconfig.c +++ b/usr.sbin/lmcconfig/lmcconfig.c @@ -68,6 +68,8 @@ #include <stdio.h> #include <errno.h> #include <stdlib.h> +#include <string.h> +#include <strings.h> #include <unistd.h> #if defined(NETGRAPH) # include <netgraph.h> |
