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

svn path=/trunk/; revision=10985
This commit is contained in:
Guy Harris 2004-05-24 09:00:52 +00:00
parent 49112d11c4
commit 09509c28d9
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* ui_util.c /* ui_util.c
* UI utility routines * UI utility routines
* *
* $Id: ui_util.c,v 1.24 2004/05/23 17:37:36 ulfl Exp $ * $Id: ui_util.c,v 1.25 2004/05/24 09:00:52 guy Exp $
* *
* Ethereal - Network traffic analyzer * Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com> * By Gerald Combs <gerald@ethereal.com>
@ -26,6 +26,8 @@
# include "config.h" # include "config.h"
#endif #endif
#include <string.h>
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#endif #endif