Render: Add Xdefs.h include to compile with newer renderproto

This commit is contained in:
Jeremy Huddleston 2007-11-24 02:46:56 -08:00
parent 61b6dad5ef
commit b4097930b3

View file

@ -25,6 +25,7 @@
#ifndef _GLYPHSTR_H_
#define _GLYPHSTR_H_
#include <X11/Xdefs.h>
#include <X11/extensions/renderproto.h>
#include "picture.h"
#include "screenint.h"