From eacfd9ff7246bfb8b92d13acedf59bf36a15ce80 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Mon, 2 Feb 2015 16:42:32 +0800 Subject: [PATCH] vsprintf: Fix include on Novena This file does not exist. Include instead. Signed-off-by: Sean Cross --- vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsprintf.c b/vsprintf.c index db1a743..d28cf37 100644 --- a/vsprintf.c +++ b/vsprintf.c @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include "bionic.h"