diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 14:41:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 14:41:52 +0000 |
| commit | 853fe5c987076ac3cb697184ba28227238f1915c (patch) | |
| tree | 1de19a80cbe2826e7306f1d64bbd989563e2a122 /usr.bin/modstat | |
| parent | 56526544634416718fbf002c82bcfb95dd1e031a (diff) | |
Notes
Diffstat (limited to 'usr.bin/modstat')
| -rw-r--r-- | usr.bin/modstat/modstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 2722f877df96..c081a16fd49c 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -29,11 +29,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: modstat.c,v 1.6 1997/02/22 19:56:15 peter Exp $ */ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <err.h> #include <string.h> #include <a.out.h> |
