I broke it in a previous commit because I neglected to install the
necessary incantations to have getopt() work on Windows.
Per red blots in buildfarm.
#ifndef WIN32
#include
#include
+
+#ifdef HAVE_GETOPT_H
+#include
+#endif
+
+#else
+int getopt(int argc, char *const argv[], const char *optstring);
#endif /* ! WIN32 */
#ifdef HAVE_SYS_SELECT_H
#include "isolationtester.h"
+extern int optind;
+
#define PREP_WAITING "isolationtester_waiting"
/*