Add the err.h include

This commit is contained in:
Pasi Kallinen 2012-05-21 23:05:43 +03:00
parent 03ec968252
commit 820cecae54
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ char *vi_Version = "0.0.6+dgamelaunch " PACKAGE_VERSION;
#include <ctype.h>
#include <assert.h>
#include <errno.h>
#include <err.h>
#include <stdarg.h>
#include "last_char_is.c"