aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal_gen.py')
-rw-r--r--ethereal_gen.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ethereal_gen.py b/ethereal_gen.py
index 5a831b83f6..eb5f2f5322 100644
--- a/ethereal_gen.py
+++ b/ethereal_gen.py
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# $Id: ethereal_gen.py,v 1.19 2001/12/19 08:59:06 guy Exp $
+# $Id: ethereal_gen.py,v 1.20 2002/01/21 07:50:24 guy Exp $
#
# ethereal_gen.py (part of idl2eth)
#
@@ -2085,8 +2085,8 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
#include <string.h>
#include <glib.h>
-#include "packet.h"
-#include "proto.h"
+#include <epan/packet.h>
+#include <epan/proto.h>
#include "packet-giop.h"
#include "plugins/plugin_api_defs.h"