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-861f7616d084
master
Dennis Schridde 2009-02-11 11:04:08 +00:00
parent aac41748dc
commit c4e55e49a3
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{