projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7523dcd
)
base_win32: missing win32 includes
author
Marko Kreen
<
[email protected]
>
Sun, 6 Jan 2013 19:20:09 +0000
(21:20 +0200)
committer
Marko Kreen
<
[email protected]
>
Sun, 6 Jan 2013 19:20:09 +0000
(21:20 +0200)
usual/base_win32.h
patch
|
blob
|
blame
|
history
diff --git
a/usual/base_win32.h
b/usual/base_win32.h
index c1489abe705d3cd587ab5b4fa4c80e650b3299fb..132663349bdb2c6be7ad5e69e612932280da6e40 100644
(file)
--- a/
usual/base_win32.h
+++ b/
usual/base_win32.h
@@
-21,6
+21,9
@@
#include <windows.h>
+#include <io.h>
+#include <process.h>
+
#ifndef ECONNABORTED
#define ECONNABORTED WSAECONNABORTED
#endif