Commit 62046de3 authored by Geraud CONTINSOUZAS's avatar Geraud CONTINSOUZAS Committed by Rafaël Carré

fix missing reference for _POSIX_HOST_NAME_MAX on FreeBSD.

FreeBSD declares it in limits.h. Add the proper include.
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 3ac083ca
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "x11_factory.hpp" #include "x11_factory.hpp"
#include <assert.h> #include <assert.h>
#include <limits.h>
X11Window::X11Window( intf_thread_t *pIntf, GenericWindow &rWindow, X11Window::X11Window( intf_thread_t *pIntf, GenericWindow &rWindow,
X11Display &rDisplay, bool dragDrop, bool playOnDrop, X11Display &rDisplay, bool dragDrop, bool playOnDrop,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment