From 58b0ad19d047f67624d8b617b3a694b5c1c29ab8 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 13 Jan 2016 00:06:06 +0100 Subject: [PATCH] NULL needs a platform-dependent include --- src/util/password.test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/password.test.c b/src/util/password.test.c index 7206fd908..bc8017ab2 100644 --- a/src/util/password.test.c +++ b/src/util/password.test.c @@ -1,3 +1,4 @@ +#include #include #include "password.h"