Fix linux build

HAVE_XORG_CONFIG_H is a leftover from the server sources (where this file used
to reside).

Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
This commit is contained in:
Peter Breitenlohner
2008-11-19 22:23:34 +01:00
committed by Peter Hutterer
parent 003c297d29
commit cd476cc093

View File

@@ -3,8 +3,8 @@
* Copyright 1999 by The XFree86 Project, Inc.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <X11/X.h>