summaryrefslogtreecommitdiff
path: root/plugin/handler_socket
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2012-03-29 21:58:40 +0200
committerunknown <knielsen@knielsen-hq.org>2012-03-29 21:58:40 +0200
commit29ac38b734a4c6e8ba9356cde1d2912f326032a4 (patch)
tree15ba198030eb747e40a545ec72aba4a32130d4c9 /plugin/handler_socket
parentbb6cc525280044eba19462a0d9ab24b67031feaa (diff)
downloadmariadb-git-29ac38b734a4c6e8ba9356cde1d2912f326032a4.tar.gz
Add missing include (fixes compile failure with gcc 4.7).
Diffstat (limited to 'plugin/handler_socket')
-rw-r--r--plugin/handler_socket/libhsclient/fatal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/handler_socket/libhsclient/fatal.cpp b/plugin/handler_socket/libhsclient/fatal.cpp
index 8f8751da382..5cdd8879ab1 100644
--- a/plugin/handler_socket/libhsclient/fatal.cpp
+++ b/plugin/handler_socket/libhsclient/fatal.cpp
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <syslog.h>
+#include <unistd.h>
#include "fatal.hpp"