missing headers; from Thordur Bjornsson.

This commit is contained in:
okan 2012-11-07 14:49:46 +00:00
parent b01ce50ca5
commit 4f79744f37
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $OpenBSD: kbfunc.c,v 1.65 2012/11/07 14:39:44 okan Exp $
* $OpenBSD: kbfunc.c,v 1.66 2012/11/07 14:49:46 okan Exp $
*/
#include <sys/param.h>
@ -25,6 +25,7 @@
#include <err.h>
#include <errno.h>
#include <paths.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View File

@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $OpenBSD: xevents.c,v 1.67 2012/09/12 15:09:33 okan Exp $
* $OpenBSD: xevents.c,v 1.68 2012/11/07 14:49:46 okan Exp $
*/
/*
@ -29,6 +29,7 @@
#include <err.h>
#include <errno.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>