summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2006-04-16 22:10:56 -0700
committerunknown <brian@zim.(none)>2006-04-16 22:10:56 -0700
commitd9c1d25882f856ea6ad5afada171b7e0d1b3bcd4 (patch)
tree30539db46abeff159d409501706f69cbd690df2e /include
parent1540407e60ef07225d7a0482c1546c2c833bc94e (diff)
downloadmariadb-git-d9c1d25882f856ea6ad5afada171b7e0d1b3bcd4.tar.gz
Found one piece I missed when I removed HAVE_mit (just broke on windows and I don't have windows locally). This I believe should fix it.
include/my_global.h: Fix from removing HAVE_MIT
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 2401f4c015a..472a958f9c6 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -607,8 +607,8 @@ C_MODE_END
#define qsort_t RETQSORTTYPE /* Broken GCC cant handle typedef !!!! */
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
-typedef SOCKET_SIZE_TYPE size_socket;
#endif
+typedef SOCKET_SIZE_TYPE size_socket;
#ifndef SOCKOPT_OPTLEN_TYPE
#define SOCKOPT_OPTLEN_TYPE size_socket