From 7ba24c26fcff81bf082d941954944240ee898e68 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sun, 6 Jan 2013 21:20:09 +0200 Subject: [PATCH] base_win32: missing win32 includes --- usual/base_win32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usual/base_win32.h b/usual/base_win32.h index c1489ab..1326633 100644 --- a/usual/base_win32.h +++ b/usual/base_win32.h @@ -21,6 +21,9 @@ #include +#include +#include + #ifndef ECONNABORTED #define ECONNABORTED WSAECONNABORTED #endif -- 2.39.5