Summary: | GlobalParams.cc does not compile on Solaris, missing include of X11/Xlib.h | ||
---|---|---|---|
Product: | [Unmaintained] kpdf | Reporter: | Aaron Williams <aaronw> |
Component: | general | Assignee: | Albert Astals Cid <aacid> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aaron Williams
2005-03-24 03:25:12 UTC
CVS commit by aacid: Compile on Solaris BUGS: 102337 M +1 -0 GlobalParams.cc 1.13 --- kdegraphics/kpdf/xpdf/xpdf/GlobalParams.cc #1.12:1.13 @@ -24,4 +24,5 @@ #include FT_FREETYPE_H // -- ---------------------------------------------------------- -- +#include <X11/Xlib.h> #include <X11/Xft/Xft.h> #include <X11/Xft/XftCompat.h> |