Add sys/ioctl.h to includes. Shut up a warning.

This commit is contained in:
Mark Murray 1996-06-25 18:56:19 +00:00
parent 95c715795a
commit c1bbe4eead

View File

@ -30,13 +30,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: rndcontrol.c,v 1.3 1995/12/27 11:40:47 markm Exp $
*
*/
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/errno.h>
#include <machine/random.h>