Fix some compilation warnings (Thanks mxf)

This commit is contained in:
Michael Stapelberg
2009-09-26 13:30:32 +02:00
parent aa02fda067
commit b898058105
3 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include "util.h"
#include "queue.h"
#include "table.h"
#include "workspace.h"
#include "xcb.h"
extern int yylex(void);
extern FILE *yyin;