Need <termios.h> for tcdrain().

This commit is contained in:
Martin Mares 2004-05-31 20:51:45 +00:00
parent 9f387e11a3
commit 7deffd845a

View file

@ -1,7 +1,7 @@
/* /*
* BIRD Client * BIRD Client
* *
* (c) 1999--2000 Martin Mares <mj@ucw.cz> * (c) 1999--2004 Martin Mares <mj@ucw.cz>
* *
* Can be freely distributed and used under the terms of the GNU GPL. * Can be freely distributed and used under the terms of the GNU GPL.
*/ */
@ -10,6 +10,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <termios.h>
#include <errno.h> #include <errno.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/un.h> #include <sys/un.h>