aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-27 02:53:13 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-27 02:53:13 +0000
commit1826a029339ae8a8e0b6f2d8151c9c5e112d4360 (patch)
treeaed62b9494c11a0d4673e4c679c4555ff56ee5dc /epan/prefs-int.h
parentfd7021476fe2f4157255612a003a29e0cf3f8ac3 (diff)
Add #include <stdio.h> in a few places for Solaris
svn path=/trunk/; revision=29576
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index cd7111196b..7d3d28fd9c 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -26,6 +26,8 @@
#ifndef __PREFS_INT_H__
#define __PREFS_INT_H__
+#include <stdio.h>
+
struct pref_module {
const char *name; /* name of module */
const char *title; /* title of module (displayed in preferences list) */