aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-udp.c')
-rw-r--r--packet-udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-udp.c b/packet-udp.c
index a5d6f86e78..1476537160 100644
--- a/packet-udp.c
+++ b/packet-udp.c
@@ -1,7 +1,7 @@
/* packet-udp.c
* Routines for UDP packet disassembly
*
- * $Id: packet-udp.c,v 1.12 1999/02/15 06:36:57 guy Exp $
+ * $Id: packet-udp.c,v 1.13 1999/03/01 18:28:12 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,6 +32,7 @@
#include <gtk/gtk.h>
#include <stdio.h>
+#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>