diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 13:01:55 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 13:01:55 +0000 |
commit | abd246c6c272a2c6f9c37404b2ed439911880e75 (patch) | |
tree | 8ee310fbf9907ada69ada983029c28c7e43c080b | |
parent | 956dfa22f6076969776546fb1151e900d8d773a1 (diff) |
Add glyphstr.h to includes.
-rw-r--r-- | fb/fbpseudocolor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fb/fbpseudocolor.c b/fb/fbpseudocolor.c index e93cf6419..43a9f4ff5 100644 --- a/fb/fbpseudocolor.c +++ b/fb/fbpseudocolor.c @@ -2,6 +2,7 @@ #include <X11/Xproto.h> #include "scrnintstr.h" #include "colormapst.h" +#include "glyphstr.h" #include "resource.h" #include "font.h" #include "dixfontstr.h" |