diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-14 15:34:51 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-14 15:34:51 +0930 |
commit | bf0e1bf915cb679bd425712300f5dc5c80ed190a (patch) | |
tree | c1f893d7822f8b713675e060d2dfc8a77a6f8abc | |
parent | 038798931482575adb411129f016e207034e2dee (diff) |
Fix build, xf86Version.h -> xorgVersion.h
-rw-r--r-- | src/xf86Elo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 923cf63..dfb05d1 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -47,7 +47,7 @@ #include "config.h" #endif -#include "xf86Version.h" +#include "xorgVersion.h" #ifndef XFree86LOADER |