add missing vxWorks 5 header for read()

This commit is contained in:
2021-03-05 15:43:57 +01:00
parent fe36f36eb5
commit 3b3ac6dfa5
+4
View File
@@ -24,6 +24,10 @@
#include <unistd.h>
#endif
#if defined(vxWorks)
#include <ioLib.h>
#endif
#include "macLib.h"
#include "dbmf.h"