diff options
Diffstat (limited to 'editors/libreoffice6/files/patch-desktop_unx_source_pagein.c')
-rw-r--r-- | editors/libreoffice6/files/patch-desktop_unx_source_pagein.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-desktop_unx_source_pagein.c b/editors/libreoffice6/files/patch-desktop_unx_source_pagein.c new file mode 100644 index 000000000000..013e1ac9cbf3 --- /dev/null +++ b/editors/libreoffice6/files/patch-desktop_unx_source_pagein.c @@ -0,0 +1,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 */ |