diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-09-07 01:36:03 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-09-07 01:36:03 +0000 |
commit | 1f28bf27396bf213d61cbb2a1bacea4721de57cc (patch) | |
tree | 35a23fbab6e1d372ac2b3bcc94fede49118f57ed /usr.sbin/ppp | |
parent | 6ab639234b1171aae73e9d80c1b905ca03535fd3 (diff) |
add stdlib.h
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/auth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp/auth.c b/usr.sbin/ppp/ppp/auth.c index f558d13ff29..d33630bb715 100644 --- a/usr.sbin/ppp/ppp/auth.c +++ b/usr.sbin/ppp/ppp/auth.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: auth.c,v 1.18 2002/05/16 01:13:39 brian Exp $ + * $OpenBSD: auth.c,v 1.19 2005/09/07 01:36:02 brad Exp $ */ #include <sys/param.h> @@ -37,6 +37,7 @@ #include <pwd.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <termios.h> #include <unistd.h> |