Commit e209d40a 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
parent 7e86e38f
......@@ -28,6 +28,7 @@
#include <dirent.h>
#include <sys/stat.h>
#include <X11/Xlib.h>
#include <limits.h>
#include "x11_factory.hpp"
#include "x11_display.hpp"
......
......@@ -25,6 +25,7 @@
#ifdef X11_SKINS
#include <X11/Xatom.h>
#include <limits.h>
#include "../src/generic_window.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