X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/aa3f3f03f8ea75b162f1df8b8e5289ffad5fd8e1..HEAD:/utils/dtrrts.c 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 */ } -