minor fix

This commit is contained in:
fluxgen 2004-08-10 19:34:35 +00:00
parent f223711cf1
commit 0d7ed9bb44

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: Shape.cc,v 1.11 2004/01/21 20:00:33 fluxgen Exp $ // $Id: Shape.cc,v 1.12 2004/08/10 19:34:35 fluxgen Exp $
#include "Shape.hh" #include "Shape.hh"
@ -31,6 +31,10 @@
#include <cstring> #include <cstring>
#include <X11/Xutil.h> #include <X11/Xutil.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif // HAVE_CONFIG_H
#ifdef SHAPE #ifdef SHAPE
#include <X11/extensions/shape.h> #include <X11/extensions/shape.h>
#endif // SHAPE #endif // SHAPE