diff options
| author | matt <matt@NetBSD.org> | 2000-07-03 03:34:25 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2000-07-03 03:34:25 +0000 |
| commit | 9bf906d2e10c8d42ded1c16bd36116bb77a08c12 (patch) | |
| tree | 80be735bea4fc02098f4ad90396a21c9b3683f76 /libexec/identd | |
| parent | 23bca583f4861820c74cc017c4b910c7ad0c1ad6 (diff) | |
Make things builds with GCC 2.96
Diffstat (limited to 'libexec/identd')
| -rw-r--r-- | libexec/identd/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/identd/config.c b/libexec/identd/config.c index c779dc6194c..cbc9f9410b3 100644 --- a/libexec/identd/config.c +++ b/libexec/identd/config.c @@ -1,4 +1,4 @@ -/* $NetBSD: config.c,v 1.5 1998/07/15 07:31:56 msaitoh Exp $ */ +/* $NetBSD: config.c,v 1.6 2000/07/03 03:34:26 matt Exp $ */ /* ** config.c This file handles the config file @@ -17,6 +17,7 @@ #include <arpa/inet.h> #include <stdio.h> +#include <stdlib.h> #include <errno.h> #include <string.h> |
