summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2012-03-30 16:00:10 +0300
committerMichael Widenius <monty@askmonty.org>2012-03-30 16:00:10 +0300
commit3dc35ee493711f084efa682d2c8a3ba6780f6297 (patch)
tree3278fbdd5321c468a3a59b455a49c87c8f9b1068 /plugin
parent474ee1eedb9348772d73c24400957d3af01b0f56 (diff)
downloadmariadb-git-3dc35ee493711f084efa682d2c8a3ba6780f6297.tar.gz
Compatibility fixes by U Orsini
Diffstat (limited to 'plugin')
-rw-r--r--plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp b/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp
index 85887d1d55c..c254d17dff5 100644
--- a/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp
+++ b/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp
@@ -7,6 +7,7 @@
*/
#include <my_config.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <errno.h>
#include <poll.h>