1 2 3 4 5 6 7 8 9 10 11 12
--- desktop/unx/source/pagein.c.orig 2017-10-25 14:25:39 UTC +++ desktop/unx/source/pagein.c @@ -25,7 +25,9 @@ #include <stdio.h> #include <string.h> #include <sys/stat.h> +#ifdef LINUX #include <sys/sysmacros.h> +#endif #include <sys/types.h> /* do_pagein */