mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
Add the err.h include
This commit is contained in:
parent
03ec968252
commit
820cecae54
1
virus.c
1
virus.c
@ -82,6 +82,7 @@ char *vi_Version = "0.0.6+dgamelaunch " PACKAGE_VERSION;
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <err.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "last_char_is.c"
|
#include "last_char_is.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user