From c496a3b9c981dc079fcc6c0ac4db3aa912b3dcf1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 8 Jun 2006 11:23:53 -0700 Subject: [PATCH] fix compiler warning in Xprint/ps/PsImageUtil.c --- Xprint/ps/PsImageUtil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Xprint/ps/PsImageUtil.c b/Xprint/ps/PsImageUtil.c index 282786564..f3052bebb 100644 --- a/Xprint/ps/PsImageUtil.c +++ b/Xprint/ps/PsImageUtil.c @@ -33,6 +33,7 @@ copyright holders. #include #endif +#include "Ps.h" #include "gcstruct.h" #include "windowstr.h" #include "servermd.h"