summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorMagne Mahre <magne.mahre@oracle.com>2011-03-22 16:27:32 +0100
committerMagne Mahre <magne.mahre@oracle.com>2011-03-22 16:27:32 +0100
commit326b97cf8ef6a7b598c26d03803d4e8bede2543e (patch)
treeba921d99c237a961f47e6c5806cfdb9423c33fb1 /mysys
parent55e42237121f02823aabb2804f8204b984877579 (diff)
downloadmariadb-git-326b97cf8ef6a7b598c26d03803d4e8bede2543e.tar.gz
Post-push fix for Bug 11896296
Didn't build on Solaris.
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_net.c b/mysys/my_net.c
index dd0af60355f..adabae4b99a 100644
--- a/mysys/my_net.c
+++ b/mysys/my_net.c
@@ -31,6 +31,7 @@
#include <arpa/inet.h>
#endif
#endif /* !defined(MSDOS) && !defined(__WIN__) */
+#include "my_net.h"
void my_inet_ntoa(struct in_addr in, char *buf)
{