From 7399c055d8f07e72070df6af611f7fb99a9004e4 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 9 Oct 2016 10:35:55 -0400 Subject: [PATCH] common/vi_db.c: include for mkstemp() Signed-off-by: Felix Janda Signed-off-by: Sven Verdoolaege --- common/vi_db.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/vi_db.c b/common/vi_db.c index fc3e851b..52375078 100644 --- a/common/vi_db.c +++ b/common/vi_db.c @@ -22,6 +22,7 @@ static const char sccsid[] = "$Id: db.c,v 10.48 2002/06/08 19:32:52 skimo Exp $ #include #include #include +#include #include #include "common.h" -- 2.11.4.GIT