]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Need <termios.h> for tcdrain().
authorMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 20:51:45 +0000 (20:51 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 20:51:45 +0000 (20:51 +0000)
client/client.c

index 836941fd4163076ad15cb036060a3b899507e85b..8fadc6a552113c9a4cfb7b25e34b9351c65465f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     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.
  */
@@ -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>