Fix FTBFS due to linux specific headers

pull/2/head
François Andriot 10 years ago committed by Slávek Banko
parent 01d5f3ea4a
commit d3ce4fa793

@ -79,7 +79,9 @@
#include <kcrash.h>
#ifdef __Linux__
#include <linux/stat.h>
#endif
#include <X11/Xlib.h>
#include <X11/Xutil.h>

@ -42,7 +42,9 @@ from the copyright holder.
#include <signal.h>
#include <pwd.h>
#ifdef __Linux__
#include <linux/vt.h>
#endif
#include "getfd.h"
static void

@ -4,7 +4,9 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/ioctl.h>
#ifdef __Linux__
#include <linux/kd.h>
#endif
#include "getfd.h"
/*

Loading…
Cancel
Save