summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-09-07 01:36:02 +0000
committerbrad <brad@openbsd.org>2005-09-07 01:36:02 +0000
commitb76352e99a809f8dcdcd54af41683dcbc577a069 (patch)
treeaf7ed2bb73c54a4a250cb1932aaba9df8b7b0103
parentfix two conf space related hw erratas; dino-moh-humm (diff)
downloadwireguard-openbsd-b76352e99a809f8dcdcd54af41683dcbc577a069.tar.xz
wireguard-openbsd-b76352e99a809f8dcdcd54af41683dcbc577a069.zip
add stdlib.h
-rw-r--r--usr.sbin/ppp/ppp/auth.c3
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>