mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
include stdio.h in exec.c for snprintf...
This commit is contained in:
parent
470fc68b06
commit
2594274fe6
1 changed files with 1 additions and 0 deletions
1
exec.c
1
exec.c
|
@ -1,4 +1,5 @@
|
|||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue