Change include quotes from "" to <>.
When "" are used the posix osiUnistd.h is included rather than the os-specific osiUnistd.h.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
|
||||
#include "epicsStdio.h"
|
||||
#include "osiUnistd.h"
|
||||
#include <epicsStdio.h>
|
||||
#include <osiUnistd.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user