mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
10 lines
249 B
C
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>
|