From 0b6198ec07101e6452b0194b3b783b956aca2776 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 17 Mar 2012 23:36:31 -0400 Subject: include/ttyutils.h: add include guards Signed-off-by: Dave Reisner --- include/ttyutils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ttyutils.h') diff --git a/include/ttyutils.h b/include/ttyutils.h index 949b72a7b..f638aa0d9 100644 --- a/include/ttyutils.h +++ b/include/ttyutils.h @@ -1,3 +1,5 @@ +#ifndef UTIL_LINUX_TTYUTILS_H +#define UTIL_LINUX_TTYUTILS_H #include @@ -71,3 +73,5 @@ static inline void reset_virtual_console(struct termios *tp, int flags) tp->c_cc[VLNEXT] = CLNEXT; tp->c_cc[VEOL2] = _POSIX_VDISABLE; } + +#endif /* UTIL_LINUX_TTYUTILS_H */ -- cgit v1.2.3-55-g7522