Add missing headers for ioctl() and getpagesize() prototypes.

This commit is contained in:
matthieu 2010-08-29 15:20:40 +00:00
parent bf7e77b9fc
commit 08c40d6ee1
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: wildcatfb_driver.c,v 1.7 2010/08/29 14:43:17 matthieu Exp $ */
/* $OpenBSD: wildcatfb_driver.c,v 1.8 2010/08/29 15:20:40 matthieu Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@ -83,6 +83,8 @@
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: wsfb_driver.c,v 1.22 2010/07/18 20:10:12 matthieu Exp $ */
/* $OpenBSD: wsfb_driver.c,v 1.23 2010/08/29 15:20:40 matthieu Exp $ */
/*
* Copyright (c) 2001 Matthieu Herrb
* All rights reserved.
@ -42,6 +42,8 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: wsudl_driver.c,v 1.6 2010/05/30 21:05:16 matthieu Exp $ */
/* $OpenBSD: wsudl_driver.c,v 1.7 2010/08/29 15:20:40 matthieu Exp $ */
/*
* Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org>
@ -56,6 +56,7 @@
#include "config.h"
#endif
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/time.h>