X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Foptions.c;h=12755e010a86c915588a8a72aa692134916a2e34;hb=5b263d7b0c71d2560af5dabbeec051b807d9e6a3;hp=1cfa55376afb3a6d1cf9ad4296c958e77f499ceb;hpb=b90d58db07459a353d20b052bd1e4732fec03aa5;p=openocd.git 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;