From 820cecae54c2ffefd3a77b98743cd04f8b7ea01f Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 21 May 2012 23:05:43 +0300 Subject: [PATCH] Add the err.h include --- virus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/virus.c b/virus.c index 2945b4f..2fbd5e4 100644 --- a/virus.c +++ b/virus.c @@ -82,6 +82,7 @@ char *vi_Version = "0.0.6+dgamelaunch " PACKAGE_VERSION; #include #include #include +#include #include #include "last_char_is.c" -- 2.47.3