Skip to content

Commit

Permalink
- Fix for CONC-156: CONC 2.2.2 build fails on FreeBSD due to not
Browse files Browse the repository at this point in the history
  including necessary header.
Thanks to Andie H. Hwang for providing this patch!
  • Loading branch information
9EOR9 committed Feb 11, 2016
1 parent 804129c commit f1cde3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmariadb/violite.c
Expand Up @@ -50,7 +50,7 @@
#pragma comment (lib, "ws2_32")
#endif

#if !defined(MSDOS) && !defined(_WIN32) && !defined(HAVE_BROKEN_NETINET_INCLUDES) && !defined(__BEOS__) && !defined(__FreeBSD__)
#if !defined(_WIN32) && !defined(HAVE_BROKEN_NETINET_INCLUDES)
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#if !defined(alpha_linux_port)
Expand Down

0 comments on commit f1cde3d

Please sign in to comment.