diff options
Diffstat (limited to 'src/openvpn/schedule.c')
-rw-r--r-- | src/openvpn/schedule.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/openvpn/schedule.c b/src/openvpn/schedule.c index f0482ab..471330f 100644 --- a/src/openvpn/schedule.c +++ b/src/openvpn/schedule.c @@ -22,6 +22,12 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#elif defined(_MSC_VER) +#include "config-msvc.h" +#endif + #include "syshead.h" #if P2MP_SERVER |