ports/editors/libreoffice/files/patch-desktop_unx_source_pagein.c
2017-11-02 21:12:58 +00:00

12 lines
268 B
C

--- 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 */