aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_mswin.h
diff options
context:
space:
mode:
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