Fix FTBFS caused by typo in commit d3ce4fa7

pull/2/head
Slávek Banko 10 years ago
parent f19d2da92e
commit 68cfc4fec0

@ -83,7 +83,7 @@
6. Email me and let me know if it works! 6. Email me and let me know if it works!
*/ */
#if defined OS_Linux || defined __Linux__ #if defined OS_Linux || defined __linux__
#include <dirent.h> #include <dirent.h>
#include <ctype.h> #include <ctype.h>

@ -79,7 +79,7 @@
#include <kcrash.h> #include <kcrash.h>
#ifdef __Linux__ #ifdef __linux__
#include <linux/stat.h> #include <linux/stat.h>
#endif #endif

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

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

Loading…
Cancel
Save