diff options
Diffstat (limited to 'graphics/yukon/files/patch-include::yukon.h')
-rw-r--r-- | graphics/yukon/files/patch-include::yukon.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/yukon/files/patch-include::yukon.h b/graphics/yukon/files/patch-include::yukon.h new file mode 100644 index 000000000000..1920c4cc5984 --- /dev/null +++ b/graphics/yukon/files/patch-include::yukon.h @@ -0,0 +1,16 @@ +Index: include/yukon.h +=================================================================== +--- include/yukon.h (revision 158) ++++ include/yukon.h (working copy) +@@ -2,8 +2,10 @@ + #ifndef __YUKON_H__ + #define __YUKON_H__ + ++#include <sys/param.h> ++#include <sys/limits.h> ++ + #include <stdarg.h> +-#include <linux/limits.h> + + #include <seom/seom.h> + |