mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
12 lines
268 B
C
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 */
|