diff options
Diffstat (limited to 'usr.bin/mesg/mesg.c')
-rw-r--r-- | usr.bin/mesg/mesg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 7f891cc..270c1c5 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> static void usage(void); |