ports/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c
2016-05-18 17:19:40 +00:00

10 lines
249 B
C

--- 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>