summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/encrypt/encrypt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/encrypt/encrypt.c b/usr.bin/encrypt/encrypt.c
index 849280f3837..17f800835e1 100644
--- a/usr.bin/encrypt/encrypt.c
+++ b/usr.bin/encrypt/encrypt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: encrypt.c,v 1.6 1997/06/17 21:01:01 kstailey Exp $ */
+/* $OpenBSD: encrypt.c,v 1.7 1997/06/17 21:03:40 kstailey Exp $ */
/*
* Copyright (c) 1996, Jason Downs. All rights reserved.
@@ -29,6 +29,7 @@
#include <sys/types.h>
#include <err.h>
#include <errno.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <pwd.h>