Include frame.h in stdio_ext.c, so that we get debug.h and its declarations
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6620 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
aac41748dc
commit
c4e55e49a3
|
@ -23,6 +23,8 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "frame.h"
|
||||
|
||||
|
||||
int vslcatprintf(char* str, size_t size, const char* format, va_list ap)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue