From: James Mckenzie Date: Sat, 3 Oct 2009 21:04:12 +0000 (+0100) Subject: Fix trousers looking for various integer constants X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7700435634142c0565480cdeed2816013ae7a6e8;p=xenclient%2Fbuild.git Fix trousers looking for various integer constants --- diff --git a/package/xenclient/tboot/trousers/trousers-limits.patch b/package/xenclient/tboot/trousers/trousers-limits.patch new file mode 100644 index 0000000..55c3c6d --- /dev/null +++ b/package/xenclient/tboot/trousers/trousers-limits.patch @@ -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 ++ + #ifdef __cplusplus + extern "C" { + #endif