aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/about_dlg.c1
-rw-r--r--print.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/gtk/about_dlg.c b/gtk/about_dlg.c
index 369d37c401..0848461410 100644
--- a/gtk/about_dlg.c
+++ b/gtk/about_dlg.c
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include <epan/filesystem.h>
diff --git a/print.h b/print.h
index f2697773cb..c0467a9bdd 100644
--- a/print.h
+++ b/print.h
@@ -27,6 +27,8 @@
#ifndef __PRINT_H__
#define __PRINT_H__
+#include <stdio.h>
+
#include <epan/packet.h>
#include "packet-range.h"