summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/tcdrain.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-16 01:41:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-16 01:41:16 +0000
commit23c4bbf58a6cb04d69c9b78b83db330d41f8a3f5 (patch)
tree5d4564d472c28cd26bb3d1ed99b0d4c7455a1e71 /c/src/lib/libc/tcdrain.c
parentInterrupt handler installed as raw handler. Problem caught by (diff)
downloadrtems-23c4bbf58a6cb04d69c9b78b83db330d41f8a3f5.tar.bz2
Use proper include for libio.h.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libc/tcdrain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libc/tcdrain.c b/c/src/lib/libc/tcdrain.c
index c2749a90e1..b2ff9cfae1 100644
--- a/c/src/lib/libc/tcdrain.c
+++ b/c/src/lib/libc/tcdrain.c
@@ -21,7 +21,7 @@
#include <termios.h>
#include <sys/ioctl.h>
-#include "libio.h"
+#include <rtems/libio.h>
int tcdrain(
int fd