blob: 1920c4cc5984319afd482e16081498545ceabdda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
|