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:
W. Eric Norum
2004-04-28 20:06:05 +00:00
parent fae1b240f6
commit 21e72e7f13

View File

@@ -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" {