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

svn path=/trunk/; revision=10937
This commit is contained in:
Guy Harris 2004-05-21 00:38:45 +00:00
parent 8c86ef340a
commit 82051275a7

View file

@ -1,6 +1,6 @@
/* about_dlg.c
*
* $Id: about_dlg.c,v 1.3 2004/05/20 18:23:38 ulfl Exp $
* $Id: about_dlg.c,v 1.4 2004/05/21 00:38:45 guy Exp $
*
* Ulf Lamping <ulf.lamping@web.de>
*
@ -27,6 +27,8 @@
# include "config.h"
#endif
#include <string.h>
#include <gtk/gtk.h>
#include <epan/filesystem.h>
@ -63,7 +65,6 @@ about_ethereal_page_new(void)
gchar *message;
const char title[] = "Ethereal - Network Protocol Analyzer";
main_vb = gtk_vbox_new(FALSE, 6);
gtk_container_border_width(GTK_CONTAINER(main_vb), 12);