diff options
Diffstat (limited to 'security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c')
-rw-r--r-- | security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c b/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c new file mode 100644 index 000000000000..8f2de7135816 --- /dev/null +++ b/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c @@ -0,0 +1,10 @@ +--- src/tpm_mgmt/tpm_nvread.c.orig 2011-08-17 12:20:35 UTC ++++ src/tpm_mgmt/tpm_nvread.c +@@ -19,6 +19,7 @@ + * http://www.opensource.org/licenses/cpl1.0.php. + */ + ++#include <sys/stat.h> + #include <limits.h> + #include <ctype.h> + #include <fcntl.h> |