Include <string.h> to get "memcmp()" and "memcpy()" declared.

svn path=/trunk/; revision=3619
This commit is contained in:
Guy Harris 2001-06-28 19:15:11 +00:00
parent 0ffd5686d1
commit aca26c6f02
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* reassemble.c
* Routines for {fragment,segment} reassembly
*
* $Id: reassemble.c,v 1.1 2001/06/08 06:27:16 guy Exp $
* $Id: reassemble.c,v 1.2 2001/06/28 19:15:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -26,6 +26,8 @@
# include "config.h"
#endif
#include <string.h>
#include "packet.h"
#include "reassemble.h"