]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
Fix trousers looking for various integer constants
authorJames Mckenzie <jamesmck@taoand.(none)>
Sat, 3 Oct 2009 21:04:12 +0000 (22:04 +0100)
committerJames Mckenzie <jamesmck@taoand.(none)>
Sat, 3 Oct 2009 21:04:12 +0000 (22:04 +0100)
package/xenclient/tboot/trousers/trousers-limits.patch [new file with mode: 0644]

diff --git a/package/xenclient/tboot/trousers/trousers-limits.patch b/package/xenclient/tboot/trousers/trousers-limits.patch
new file mode 100644 (file)
index 0000000..55c3c6d
--- /dev/null
@@ -0,0 +1,11 @@
+--- trousers-0.3.1/src/include/trousers/trousers.h     2009-10-03 21:58:19.000000000 +0100
++++ trousers-0.3.1/src/include/trousers/trousers.h     2009-10-03 21:58:43.000000000 +0100
+@@ -11,6 +11,8 @@
+ #ifndef _TROUSERS_H_
+ #define _TROUSERS_H_
++#include <limits.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif