From 0069f310662c1ec7013f841a278a492432d66425 Mon Sep 17 00:00:00 2001 From: Qiming Shi Date: Thu, 5 Jun 2014 15:47:34 +0800 Subject: [PATCH] Add to libc/include/sys/ioctl.h This is the change to export the tty ldisc definitions (like N_TTY) from Linux uapi kernel header. So bionic is compatbile with glibc which has its own tty ldisc definition exported through ioctl.h Change-Id: I44e4c7cc2eba31549e9c9c75f74961a949d4a696 Signed-off-by: Qiming Shi Signed-off-by: Yin, Fengwei --- libc/include/sys/ioctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/sys/ioctl.h b/libc/include/sys/ioctl.h index 49d452c7c..a1014dcee 100644 --- a/libc/include/sys/ioctl.h +++ b/libc/include/sys/ioctl.h @@ -38,6 +38,7 @@ #include #include #include +#include __BEGIN_DECLS