diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2008-05-08 18:04:35 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2008-05-08 18:04:35 +0000 |
commit | f5513a9e715b1b47d80a86013cde52f301196b33 (patch) | |
tree | acdfe9f1733811929b5a7b78fb73d532a05307f5 /sbin | |
parent | b3fe4a82b9c59193788f636ef8321ca582f7c456 (diff) |
add missing header for exit
ok damien@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wpa-psk/wpa-psk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/wpa-psk/wpa-psk.c b/sbin/wpa-psk/wpa-psk.c index 1fcdcf4ee42..889f90f8cf7 100644 --- a/sbin/wpa-psk/wpa-psk.c +++ b/sbin/wpa-psk/wpa-psk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wpa-psk.c,v 1.1 2008/04/15 16:29:05 damien Exp $ */ +/* $OpenBSD: wpa-psk.c,v 1.2 2008/05/08 18:04:34 chl Exp $ */ /*- * Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> @@ -22,6 +22,7 @@ #include <string.h> #include <stdio.h> +#include <stdlib.h> #include <err.h> /* |