summaryrefslogtreecommitdiff
path: root/vio
diff options
context:
space:
mode:
authorunknown <monty@mashka.(none)>2003-07-18 12:35:29 +0300
committerunknown <monty@mashka.(none)>2003-07-18 12:35:29 +0300
commit16bb14180bfd3dd6067b7e7969fb5d34cc8e3e94 (patch)
treefbb389b97907db15711eaf904125dbc03d8ab554 /vio
parent995fe9f13ab812ce1c8c6017083dfdfad914672c (diff)
downloadmariadb-git-16bb14180bfd3dd6067b7e7969fb5d34cc8e3e94.tar.gz
Portability fixes for Redhat 9
acinclude.m4: Fixed problem with openssl on RedHat 9 vio/viosocket.c: Removed compiler warning BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'vio')
-rw-r--r--vio/viosocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/viosocket.c b/vio/viosocket.c
index 898b9a96c11..6f5c4142a45 100644
--- a/vio/viosocket.c
+++ b/vio/viosocket.c
@@ -26,8 +26,8 @@
#include <mysql_com.h>
#include <errno.h>
-#include <violite.h>
#include <my_sys.h>
+#include <violite.h>
#include <my_net.h>
#include <m_string.h>