diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-02-23 22:48:15 +0200 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-02-23 22:48:15 +0200 |
commit | 520d1b414455668e32e46e7b217257ebcb766bb2 (patch) | |
tree | 9a321f9e0de20010f1b6404c37f8f704e33711a6 /include/config-win.h | |
parent | 6d78655a97a42626dd05555f8a6780fa927a0ee4 (diff) | |
download | mariadb-git-520d1b414455668e32e46e7b217257ebcb766bb2.tar.gz |
Fixed compilations problems and warnings on windows
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h index 101156596dc..6735ae1aba1 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -27,7 +27,7 @@ functions */ #endif #include <sys/locking.h> -#include <windows.h> +#include <winsock2.h> #include <math.h> /* Because of rint() */ #include <fcntl.h> #include <io.h> |