X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Foptions.c;h=12755e010a86c915588a8a72aa692134916a2e34;hp=1cfa55376afb3a6d1cf9ad4296c958e77f499ceb;hb=1ab0303dbc6d00f8fd0036170dd7a10b32fc8713;hpb=b90d58db07459a353d20b052bd1e4732fec03aa5 diff --git a/src/helper/options.c b/src/helper/options.c index 1cfa55376a..12755e010a 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -37,6 +37,9 @@ #ifdef HAVE_SYS_SYSCTL_H #include #endif +#if IS_WIN32 && !IS_CYGWIN +#include +#endif static int help_flag, version_flag;