Need <termios.h> for tcdrain().

This commit is contained in:
Martin Mares
2004-05-31 20:51:45 +00:00
parent 9f387e11a3
commit 7deffd845a
+2 -1
View File
@@ -1,7 +1,7 @@
/*
* BIRD Client
*
* (c) 1999--2000 Martin Mares <[email protected]>
* (c) 1999--2004 Martin Mares <[email protected]>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <termios.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/un.h>