aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lpd.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-12-17 05:42:33 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-12-17 05:42:33 +0000
commitac9fe64a3b04ee9333446ed2de17754ae9638065 (patch)
treec7a1862fa9f17082e0a5b4adc6b86abe34808761 /packet-lpd.c
parent634c12c34c6a7f0700c8af26be3afe62801739b2 (diff)
A patch spread across many files to let Ethereal compile under GTK+-1.1.x.
Tests for GTK versions are done during compilation, not during "./configure". The big problems have been taken care of in this patch (functional change in the packet clist and conversion of menu_factory to item_factory), but plenty of smaller problems with dialogue boxes abound. I have fixed a small problem with file_open*(), but have left 2 comments in just in case I'm not going about this the right way. Can someone verify? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@127 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-lpd.c')
-rw-r--r--packet-lpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-lpd.c b/packet-lpd.c
index 49a2f4439a..afd4a9c354 100644
--- a/packet-lpd.c
+++ b/packet-lpd.c
@@ -2,7 +2,7 @@
* Routines for LPR and LPRng packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-lpd.c,v 1.5 1998/11/17 04:28:57 gerald Exp $
+ * $Id: packet-lpd.c,v 1.6 1998/12/17 05:42:28 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -30,6 +30,7 @@
#include <gtk/gtk.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>