From 5a43b704c8fbedf35663127e966b4955c17922f4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 14 Jan 2014 01:16:55 +0000 Subject: 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=54742 --- ui/persfilepath_opt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/persfilepath_opt.c') diff --git a/ui/persfilepath_opt.c b/ui/persfilepath_opt.c index d781ef2e6a..ce4857d5d7 100644 --- a/ui/persfilepath_opt.c +++ b/ui/persfilepath_opt.c @@ -33,6 +33,8 @@ #include +#include "ui/persfilepath_opt.h" + /* * process command line option that affects the paths of the directories * used for personal files (configuration, saved captures) -- cgit v1.2.1