Add #include <stdio.h> in a few more places for Solaris.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29577 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
wmeier 2009-08-27 03:54:57 +00:00
parent fdd60042a3
commit 7d6d3d4e0c
9 changed files with 16 additions and 9 deletions

View File

@ -33,13 +33,8 @@
#endif
#include <string.h>
#if 0
/*
* menus.h uses FILE, but I guess <stdio.h> is included by
* something else before menus.h is included.
*/
#include <stdio.h>
#endif
#include <gtk/gtk.h>

View File

@ -26,6 +26,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>

View File

@ -31,6 +31,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#ifdef HAVE_UNISTD_H

View File

@ -37,6 +37,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <locale.h>

View File

@ -26,12 +26,13 @@
* This file implements the "filter" toolbar for Wireshark.
*/
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>
#include "filter_dlg.h"

View File

@ -29,6 +29,8 @@
#ifndef NEW_PACKET_LIST
#include <gtk/gtk.h>
#include <stdio.h>
#include <string.h>
#include <epan/epan.h>

View File

@ -28,6 +28,7 @@
#include <gtk/gtk.h>
#include <stdio.h>
#include <string.h>
#include <epan/packet.h>

View File

@ -34,6 +34,7 @@
#include "string.h"
#endif
#include <stdio.h>
#include <gtk/gtk.h>
#include <glib.h>
@ -842,7 +843,7 @@ new_packet_list_copy_summary_cb(GtkWidget * w _U_, gpointer data _U_, gint copy_
g_string_free(text,TRUE);
}
/* XXX fore some reason this does not work in th .h file XXX*/
/* XXX for some reason this does not work in the .h file XXX*/
#define RECENT_KEY_COL_WIDTH "column.width"
void

View File

@ -36,6 +36,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <locale.h>