chiark / gitweb /
Remove repeated includes
[elogind.git] / src / shared / pty.c
index 2863da489cabb140bd6e40b2368d7b5fc4deb87b..adcb32d0be733af138ceb7bec97821065d6cb016 100644 (file)
@@ -45,7 +45,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <limits.h>
-#include <pty.h>
+#include <linux/ioctl.h>
 #include <signal.h>
 #include <stdbool.h>
 #include <stdint.h>