From 20c1eb9844223d892da47da1ea10662d37953ff8 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 17 Feb 2017 16:33:34 +0100 Subject: Add missing include of stdint.h for uint8_t Signed-off-by: Christian Heimes Reviewed-By: Simo Sorce Reviewed-By: Tomas Krizek --- util/ipa_pwd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/ipa_pwd.h b/util/ipa_pwd.h index 616ce2763..b3ee75063 100644 --- a/util/ipa_pwd.h +++ b/util/ipa_pwd.h @@ -22,6 +22,7 @@ #pragma once +#include #include /* for time_t */ /* 90 days default pwd max lifetime */ -- cgit