We now need <epan/filesystem.h> regardless of whether we're being built

on Win32 or not, as we need test_for_directory().

svn path=/trunk/; revision=43440
This commit is contained in:
Guy Harris 2012-06-21 22:49:22 +00:00
parent 204ea39c5d
commit a862178702
1 changed files with 0 additions and 2 deletions

View File

@ -49,9 +49,7 @@
#include <wsutil/file_util.h>
#ifndef _WIN32
#include <epan/filesystem.h>
#endif
#include "ui/last_open_dir.h"