In a source file that defines external functions, the header file that

declares the functions must be included, in order to make sure the
declarations match the function signature.  Make it so.

svn path=/trunk/; revision=54745
This commit is contained in:
Guy Harris 2014-01-14 01:29:16 +00:00
parent 91ad2eadb8
commit 205162061e
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
#include "ui/capture_globals.h"
#include "ui/software_update.h"
#include "ui/last_open_dir.h"
#include "ui/recent_utils.h"
#ifdef _WIN32
# include "ui/win32/console_win32.h"