diff options
author | brian <brian@cvs.openbsd.org> | 2002-05-17 00:43:47 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2002-05-17 00:43:47 +0000 |
commit | dbcf0d0738a545e3ea42a08b342f4d40970adf57 (patch) | |
tree | 8fd37105ba1ac41b74c690b540e0b1343035c057 | |
parent | 883add91ef31ad111faa5f848c19d274ff9f3507 (diff) |
Put back <string.h>
-rw-r--r-- | usr.sbin/ppp/ppp/mppe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp/mppe.c b/usr.sbin/ppp/ppp/mppe.c index 90a37853cd5..7a277501356 100644 --- a/usr.sbin/ppp/ppp/mppe.c +++ b/usr.sbin/ppp/ppp/mppe.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: mppe.c,v 1.12 2002/05/16 01:13:39 brian Exp $ + * $OpenBSD: mppe.c,v 1.13 2002/05/17 00:43:46 brian Exp $ */ #include <sys/types.h> @@ -34,6 +34,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <termios.h> #include <openssl/rc4.h> |