aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dtd_preparse.l')
-rw-r--r--epan/dtd_preparse.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index 921b3fda31..988cd87281 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -65,6 +65,7 @@
#include <stdio.h>
#include "dtd.h"
#include "dtd_preparse_lex.h"
+#include <wiretap/file_util.h>
#define ECHO g_string_append(current,yytext);
@@ -187,7 +188,7 @@ extern GString* dtd_preparse(const gchar* dname,const gchar* fname, GString* er
filename = fname;
linenum = 1;
- yyin = fopen(fullname,"r");
+ yyin = eth_fopen(fullname,"r");
if (!yyin) {
if (err)