summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-desktop_unx_source_pagein.c
blob: 013e1ac9cbf36be09867ec3b19a77f0dd8e40766 (plain)
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 */