From 4ac338f4af29627f0f7c1dc7ab45558d7ba6bff6 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 13 Aug 2010 15:00:40 +1000 Subject: [PATCH] replace stropts.h with sys/ioctl.h to define ioctl r3020 | dcl | 2010-08-13 15:00:40 +1000 (Fri, 13 Aug 2010) | 1 line --- site_ansto/hardsup/sct_usbtmcprot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/hardsup/sct_usbtmcprot.c b/site_ansto/hardsup/sct_usbtmcprot.c index 3e16646d..66e56b9c 100644 --- a/site_ansto/hardsup/sct_usbtmcprot.c +++ b/site_ansto/hardsup/sct_usbtmcprot.c @@ -1,7 +1,7 @@ /** @file USBTMC protocol handler for script-context based controllers. * */ -#include +#include #include #include #include