diff options
| author | perry <perry@NetBSD.org> | 1998-02-03 03:53:39 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-02-03 03:53:39 +0000 |
| commit | 6abf6a014ca4bee2e03383a5fbacf23cbbc9b8ca (patch) | |
| tree | 98343312b3b5540869b44326b63e0fad972474c7 /usr.bin/msgc/msgmain.c | |
| parent | 1f9630f4a88689172e4e13d0482d9a4bd4b647dd (diff) | |
<stdlib.h> -> <unistd.h> to fix compiler warning
Diffstat (limited to 'usr.bin/msgc/msgmain.c')
| -rw-r--r-- | usr.bin/msgc/msgmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgc/msgmain.c b/usr.bin/msgc/msgmain.c index 1dce4b8f4ae..5055a22cedc 100644 --- a/usr.bin/msgc/msgmain.c +++ b/usr.bin/msgc/msgmain.c @@ -1,4 +1,4 @@ -/* $NetBSD: msgmain.c,v 1.2 1997/10/19 05:19:18 lukem Exp $ */ +/* $NetBSD: msgmain.c,v 1.3 1998/02/03 03:53:39 perry Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -39,7 +39,7 @@ /* main.c - main program */ #include <stdio.h> -#include <stdlib.h> +#include <unistd.h> #define MAIN #include "defs.h" |
