aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_mswin.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
commite4a2e2cefe6a1d4ad67db2befe3d5fad5c2b839f (patch)
tree55aa5c9290a80e3664c89daaddc5183334a6ee25 /gtk/print_mswin.h
parente20ea63dd40b849e8ab61e718d1163da5e1eba25 (diff)
Include cleanups in gtk and gtk2:
Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191
Diffstat (limited to 'gtk/print_mswin.h')
-rw-r--r--gtk/print_mswin.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/print_mswin.h b/gtk/print_mswin.h
index a7159e46c6..f714f4f5ec 100644
--- a/gtk/print_mswin.h
+++ b/gtk/print_mswin.h
@@ -22,6 +22,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
+#ifndef __PRINT_MSWIN_H__
+#define __PRINT_MSWIN_H__
void print_mswin(char *file_name);
+
+#endif