aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-14 22:27:41 -0800
committerDan Nicolaescu2010-11-14 22:27:41 -0800
commitf0e1af4627caf44e4f57147c8901991c79b65ea1 (patch)
treea59aec062235015f3d3c8ca57eae9ce43f84e53c /src/process.c
parentc2f0866a23215457de561c2f10cebedb5c6aa38b (diff)
downloademacs-f0e1af4627caf44e4f57147c8901991c79b65ea1.tar.gz
emacs-f0e1af4627caf44e4f57147c8901991c79b65ea1.zip
* src/process.c: Include <sys/ioctl.h> unconditionally,
keyboard.c already does it.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index e1515065957..c38b94a9cb1 100644
--- a/src/process.c
+++ b/src/process.c
@@ -56,12 +56,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
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>