From 6ffef784694cf21419d95b243a57239ee85c7e15 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Fri, 19 Feb 2016 08:34:06 -0500 Subject: [PATCH] Fix some C warnings. --- MasterPassword/C/mpw-algorithm_v0.c | 1 + MasterPassword/C/mpw-algorithm_v1.c | 1 + MasterPassword/C/mpw-algorithm_v2.c | 1 + MasterPassword/C/mpw-algorithm_v3.c | 1 + 4 files changed, 4 insertions(+) diff --git a/MasterPassword/C/mpw-algorithm_v0.c b/MasterPassword/C/mpw-algorithm_v0.c index 3873a9ff..a28868d0 100644 --- a/MasterPassword/C/mpw-algorithm_v0.c +++ b/MasterPassword/C/mpw-algorithm_v0.c @@ -8,6 +8,7 @@ #include #include +#include #include "mpw-types.h" #include "mpw-util.h" diff --git a/MasterPassword/C/mpw-algorithm_v1.c b/MasterPassword/C/mpw-algorithm_v1.c index 300002f5..77e0662d 100644 --- a/MasterPassword/C/mpw-algorithm_v1.c +++ b/MasterPassword/C/mpw-algorithm_v1.c @@ -8,6 +8,7 @@ #include #include +#include #include "mpw-types.h" #include "mpw-util.h" diff --git a/MasterPassword/C/mpw-algorithm_v2.c b/MasterPassword/C/mpw-algorithm_v2.c index 25153b72..227fc2e2 100644 --- a/MasterPassword/C/mpw-algorithm_v2.c +++ b/MasterPassword/C/mpw-algorithm_v2.c @@ -8,6 +8,7 @@ #include #include +#include #include "mpw-types.h" #include "mpw-util.h" diff --git a/MasterPassword/C/mpw-algorithm_v3.c b/MasterPassword/C/mpw-algorithm_v3.c index 30a21516..64154d4e 100644 --- a/MasterPassword/C/mpw-algorithm_v3.c +++ b/MasterPassword/C/mpw-algorithm_v3.c @@ -8,6 +8,7 @@ #include #include +#include #include "mpw-types.h" #include "mpw-util.h"