In a file that defines external routines, the header file that declares

them should be included, to make sure the declaration and definition
match.  Make it so.

svn path=/trunk/; revision=54713
This commit is contained in:
Guy Harris 2014-01-13 19:32:10 +00:00
parent 7620abccdc
commit 39fe54ac35
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
#include "color.h"
#include "color_filters.h"
#include "file-file.h"
void proto_register_file(void);
void proto_reg_handoff_file(void);