From 70f20384be7027a88e5ad56bc47324d78f859980 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 5 Nov 2013 10:38:20 +0100 Subject: [PATCH] Fix compiler warnings --- utils/dtrrts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/dtrrts.c b/utils/dtrrts.c index ca22929..7b33341 100644 --- a/utils/dtrrts.c +++ b/utils/dtrrts.c @@ -41,6 +41,8 @@ gcc -o setSerialSignal setSerialSignal.c #include #include #include +#include +#include /* we need a termios structure to clear the HUPCL bit */ struct termios tio; @@ -82,4 +84,3 @@ int main(int argc, char *argv[]) close(fd); /* close the device file */ } - -- 2.39.2