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.
gentoo-overlay/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin....

10 lines
260 B

diff --git a/cbits/HsUnixCompat.c b/cbits/HsUnixCompat.c
index 1f7f189..5de35f5 100644
--- a/cbits/HsUnixCompat.c
+++ b/cbits/HsUnixCompat.c
@@ -6,2 +6,4 @@
+#include <sys/sysmacros.h> /* TODO: glibc()-specific macro */
+
unsigned int unix_major(dev_t dev)