diff options
Diffstat (limited to 'packet-rtsp.c')
-rw-r--r-- | packet-rtsp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rtsp.c b/packet-rtsp.c index 62207931dd..46e7960f2a 100644 --- a/packet-rtsp.c +++ b/packet-rtsp.c @@ -4,7 +4,7 @@ * Jason Lango <jal@netapp.com> * Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu> * - * $Id: packet-rtsp.c,v 1.17 2000/08/21 18:36:33 guy Exp $ + * $Id: packet-rtsp.c,v 1.18 2000/09/11 16:16:03 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -43,6 +43,7 @@ #include "packet-rtp.h" #include "packet-rtcp.h" #include "conversation.h" +#include "strutil.h" static int proto_rtsp = -1; static gint ett_rtsp = -1; |