include getopt.h only on win32

This commit is contained in:
Jeff Hill
1997-05-02 01:21:20 +00:00
parent 6e8fc4f9c1
commit 598e87d598

View File

@@ -38,7 +38,9 @@
#include "macLib.h"
#include "dbmf.h"
#include "epicsVersion.h"
#ifdef WIN32
#include "getopt.h"
#endif
static int line_num;
static int yyerror();