vlc | branch: master | Geraud CONTINSOUZAS <[email protected]> | Tue Jan  3 
09:55:39 2012 +1100| [62046de312966ae0c726f52dcdd66fb439b2d6d8] | committer: 
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: Rafaël Carré <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62046de312966ae0c726f52dcdd66fb439b2d6d8
---

 modules/gui/skins2/x11/x11_window.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/skins2/x11/x11_window.cpp 
b/modules/gui/skins2/x11/x11_window.cpp
index 76b24af..6473c21 100644
--- a/modules/gui/skins2/x11/x11_window.cpp
+++ b/modules/gui/skins2/x11/x11_window.cpp
@@ -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,

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to