ossp-pkg/lmtp2nntp/daemon.c 1.3 -> 1.4
--- daemon.c 2001/10/04 16:07:16 1.3
+++ daemon.c 2001/10/12 13:51:59 1.4
@@ -6,11 +6,16 @@
** http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC10
*/
+#include "config.h"
+
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
+#ifdef HAVE_TERMIOS_H
+#include <sys/termios.h>
+#endif
#include "daemon.h"
|
|