Commit 826d649e authored by Geraud CONTINSOUZAS's avatar Geraud CONTINSOUZAS Committed by Rémi Denis-Courmont

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>
(cherry picked from commit 62046de312966ae0c726f52dcdd66fb439b2d6d8)
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 8ca3eb9b
......@@ -36,6 +36,7 @@
#include "x11_factory.hpp"
#include <assert.h>
#include <limits.h>
X11Window::X11Window( intf_thread_t *pIntf, GenericWindow &rWindow,
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