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

svn path=/trunk/; revision=29578
This commit is contained in:
Bill Meier 2009-08-27 04:47:28 +00:00
parent 1bc9f19f05
commit a15bb4beb9
11 changed files with 18 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <gtk/gtk.h>
#include <glib.h>
#include <stdio.h>
#include <string.h>
#include <epan/filesystem.h>

View File

@ -36,8 +36,10 @@
# include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <glib.h>
#include <gtk/gtk.h>

View File

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

View File

@ -31,6 +31,7 @@
# include <sys/types.h>
#endif
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <ctype.h>

View File

@ -40,6 +40,7 @@
# include <sys/types.h>
#endif
#include <stdio.h>
#include <time.h>
#include <string.h>

View File

@ -32,6 +32,8 @@
# include "config.h"
#endif
#include <stdio.h>
#include <gtk/gtk.h>
#include <epan/packet_info.h>

View File

@ -32,6 +32,8 @@
# include "config.h"
#endif
#include <stdio.h>
#include <gtk/gtk.h>
#include <epan/packet_info.h>

View File

@ -30,6 +30,8 @@
# include "config.h"
#endif
#include <stdio.h>
#include <gtk/gtk.h>
#include <epan/packet_info.h>

View File

@ -25,6 +25,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>

View File

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

View File

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