Fixed typo.

This commit is contained in:
Janet B. Anderson
1999-09-20 19:48:31 +00:00
parent 5883622f59
commit e4d3983fad

View File

@@ -40,7 +40,7 @@
#include "dbmf.h"
#include "epicsVersion.h"
/* amazing, but true, WRS Tornado II defines _WIN32 ! */
#if !(defined(vxWorks) && defined(_WIN32)
#if !defined(vxWorks) && defined(_WIN32)
#include "getopt.h"
#endif