Include <string.h> to declare string functions that we use.

svn path=/trunk/; revision=3695
This commit is contained in:
Guy Harris 2001-07-12 07:06:25 +00:00
parent 4ef3ef584f
commit dd3fcb36ec
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* packet-mount.c
* Routines for mount dissection
*
* $Id: packet-mount.c,v 1.25 2001/06/18 02:17:49 guy Exp $
* $Id: packet-mount.c,v 1.26 2001/07/12 07:06:25 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -33,6 +33,7 @@
#include <sys/types.h>
#endif
#include <string.h>
#include "packet-rpc.h"
#include "packet-mount.h"

View File

@ -1,5 +1,5 @@
/*
* $Id: snprintf.c,v 1.12 2000/11/21 21:24:52 guy Exp $
* $Id: snprintf.c,v 1.13 2001/07/12 07:06:25 guy Exp $
*/
/*
@ -48,6 +48,7 @@
#endif
#include <stdlib.h> /* for atoi and for size_t */
#include <string.h>
#include <ctype.h>
#include "snprintf.h"