From 8dc30b2098a859225512bd4094deaf8a7c600a49 Mon Sep 17 00:00:00 2001 From: Shin-ichi TOYAMA Date: Sun, 24 May 2009 07:27:55 +0000 Subject: [PATCH] Fixed compile error on old system. --- src/postscript_print.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/postscript_print.h b/src/postscript_print.h index 2f8b68b91..078c83b94 100644 --- a/src/postscript_print.h +++ b/src/postscript_print.h @@ -34,6 +34,7 @@ #define POSTSCRIPT_PRINT_H #include +#include #include "SDL.h"