You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
340 B

Index: display.c
--- display.c.orig 2000-01-24 01:39:03 +0100
+++ display.c 2005-10-16 10:07:32 +0200
@@ -45,7 +45,9 @@
#include <stdio.h>
#include <sys/stat.h>
+#if !defined(__FreeBSD__) && !defined(__Linux__) && !defined(__NetBSD__)
#include <sys/sysmacros.h>
+#endif
#include <unistd.h>
#include <sys/types.h>
#include <errno.h>