summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 01:16:55 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 01:16:55 +0000
commit5a43b704c8fbedf35663127e966b4955c17922f4 (patch)
treef2a63882f43fb4b3f4c17b34f5837fec35c11640
parent8642c3f473d02505389932c40cb740178e92c843 (diff)
downloadwireshark-5a43b704c8fbedf35663127e966b4955c17922f4.tar.gz
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
-rw-r--r--ui/persfilepath_opt.c2
1 files changed, 2 insertions, 0 deletions
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 <wsutil/filesystem.h>
+#include "ui/persfilepath_opt.h"
+
/*
* process command line option that affects the paths of the directories
* used for personal files (configuration, saved captures)