From 36b77661542a63c4579943951d143c8cc9c99460 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 26 Jul 2015 14:15:58 -0600 Subject: * several changes to reduce warnings, including adding sys/ioctl.h in system.h. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 0f0a03f7..302076d5 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Rev:17 by chappa@washington.edu. +# From configure.ac Rev:18 by chappa@washington.edu. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for alpine 2.20.9. # @@ -19353,6 +19353,7 @@ for ac_header in errno.h \ signal.h \ setjmp.h \ memory.h \ + sys/ioctl.h \ sys/param.h \ sys/socket.h \ sys/uio.h \ -- cgit v1.2.3-54-g00ecf