[PATCH fpit 2/5] Include xorg-server.h, not xorgVersion.h
Peter Hutterer
peter.hutterer at who-t.net
Mon Jun 13 16:47:34 PDT 2011
xorg-server is the generic server header file these days.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/xf86Fpit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c
index 592a0ec..fa4ace7 100644
--- a/src/xf86Fpit.c
+++ b/src/xf86Fpit.c
@@ -54,7 +54,7 @@
#include "config.h"
#endif
-#include <xorgVersion.h>
+#include <xorg-server.h>
#include <unistd.h>
#include <errno.h>
--
1.7.5.4
More information about the xorg-devel
mailing list