* src/process.c: Include <sys/ioctl.h> unconditionally,
keyboard.c already does it.
This commit is contained in:
parent
c2f0866a23
commit
f0e1af4627
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* process.c: Include <sys/ioctl.h> unconditionally,
|
||||
keyboard.c already does it.
|
||||
|
||||
* keyboard.c (pending_malloc_warning): Add const to match
|
||||
definition in alloc.c.
|
||||
(Fset_input_interrupt_mode): Simplify #ifdefs.
|
||||
|
|
|
@ -56,12 +56,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SYS_IOCTL_H)
|
||||
#include <sys/ioctl.h>
|
||||
#if defined(HAVE_NET_IF_H)
|
||||
#include <net/if.h>
|
||||
#endif /* HAVE_NET_IF_H */
|
||||
#endif /* HAVE_SYS_IOCTL_H */
|
||||
|
||||
#ifdef NEED_BSDTTY
|
||||
#include <bsdtty.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue