Add includes to fix warnings of type

gencode.c:383: warning: no previous declaration for
                        'dfw_interesting_fields'

svn path=/trunk/; revision=15012
This commit is contained in:
Jörg Mayer 2005-07-23 06:51:57 +00:00
parent fd9291e9c6
commit cd0744efd1
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#endif
#include "dfilter-int.h"
#include "gencode.h"
#include "dfvm.h"
#include "syntax-tree.h"
#include "sttype-range.h"

View File

@ -27,6 +27,7 @@
#include <string.h>
#include "dfilter-int.h"
#include "semcheck.h"
#include "syntax-tree.h"
#include "sttype-range.h"
#include "sttype-test.h"