Commit e608525e authored by Erwan Tulou's avatar Erwan Tulou

skins2(X11): add missing <limits.h>

This fixes a compil problem on FreeBSD

pointed out by jsa@FreeBSD.org
(cherry picked from commit e209d40a8614c9fbb4c89300f327146528eae397)
parent 2af9bf56
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <limits.h>
#include "x11_factory.hpp" #include "x11_factory.hpp"
#include "x11_display.hpp" #include "x11_display.hpp"
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#ifdef X11_SKINS #ifdef X11_SKINS
#include <X11/Xatom.h> #include <X11/Xatom.h>
#include <limits.h>
#include "../src/generic_window.hpp" #include "../src/generic_window.hpp"
#include "../src/vlcproc.hpp" #include "../src/vlcproc.hpp"
......
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