Include <string.h> to declare "strcmp()".

svn path=/trunk/; revision=9614
This commit is contained in:
Guy Harris 2004-01-09 20:36:47 +00:00
parent d82c95c87a
commit 6b61f72a9d
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* packet_list.c
* packet list related functions 2002 Olivier Abad
*
* $Id: packet_list.c,v 1.8 2004/01/09 08:36:23 guy Exp $
* $Id: packet_list.c,v 1.9 2004/01/09 20:36:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -27,6 +27,7 @@
#endif
#include <gtk/gtk.h>
#include <string.h>
#include "globals.h"
#include "gtkglobals.h"