aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/print.h b/print.h
index fa5f409ce6..d47d66936e 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.18 2000/01/22 06:22:19 guy Exp $
+ * $Id: print.h,v 1.19 2000/08/03 12:44:21 gram Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
*
@@ -28,6 +28,10 @@
#ifndef __PRINT_H__
#define __PRINT_H__
+#ifndef __PACKET_H__
+#include "packet.h"
+#endif
+
#define PR_FMT_TEXT 0
#define PR_FMT_PS 1