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
This commit is contained in:
Douglas Clowes
2010-08-13 15:00:40 +10:00
parent 82801c301c
commit 4ac338f4af

View File

@@ -1,7 +1,7 @@
/** @file USBTMC protocol handler for script-context based controllers.
*
*/
#include <stropts.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>