comparison src/process.c @ 111546:32e6d2b445ce

* src/process.c: Include <sys/ioctl.h> unconditionally, keyboard.c already does it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 14 Nov 2010 22:27:41 -0800
parents bec49af30c2f
children 6c24c5598611
comparison
equal deleted inserted replaced
111545:a112abc60888 111546:32e6d2b445ce
54 #define HAVE_LOCAL_SOCKETS 54 #define HAVE_LOCAL_SOCKETS
55 #include <sys/un.h> 55 #include <sys/un.h>
56 #endif 56 #endif
57 #endif 57 #endif
58 58
59 #if defined(HAVE_SYS_IOCTL_H)
60 #include <sys/ioctl.h> 59 #include <sys/ioctl.h>
61 #if defined(HAVE_NET_IF_H) 60 #if defined(HAVE_NET_IF_H)
62 #include <net/if.h> 61 #include <net/if.h>
63 #endif /* HAVE_NET_IF_H */ 62 #endif /* HAVE_NET_IF_H */
64 #endif /* HAVE_SYS_IOCTL_H */
65 63
66 #ifdef NEED_BSDTTY 64 #ifdef NEED_BSDTTY
67 #include <bsdtty.h> 65 #include <bsdtty.h>
68 #endif 66 #endif
69 67