mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Need <termios.h> for tcdrain().
This commit is contained in:
parent
9f387e11a3
commit
7deffd845a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user