diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-07-26 14:15:58 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-07-26 14:15:58 -0600 |
commit | 36b77661542a63c4579943951d143c8cc9c99460 (patch) | |
tree | 07858a2130d5d46ac7eef9587e09be8080e43a3d /configure | |
parent | 7c946bfafe961c1dda51d19b5c29a5600ef1e5ec (diff) | |
download | alpine-36b77661542a63c4579943951d143c8cc9c99460.tar.xz |
* several changes to reduce warnings, including adding sys/ioctl.h
in system.h.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |