mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-06 18:17:49 +00:00
tpm2: Include limits.h for UINT_MAX (BSD)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
4b89a028dd
commit
d3ce650f93
@ -44,6 +44,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <regex.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "Tpm.h"
|
||||
#include "tpm_library_intern.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user