summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-05-19 05:19:01 +0200
committerMatthieu Herrb <matthieu@bluenote.herrb.net>2008-06-19 16:57:20 +0200
commitce4d4b3c1b0e25f64d6f781b09528b2f3ae33207 (patch)
tree7880d30e77cab7aa27408b1a869831679c5b1faf
parent19c7e9da55646f1f6e05c28cd71865cd8d84e1ff (diff)
build fix
-rw-r--r--hw/xfree86/os-support/bsd/bsd_axp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bsd/bsd_axp.c b/hw/xfree86/os-support/bsd/bsd_axp.c
index 51ffef148..cb10a9d40 100644
--- a/hw/xfree86/os-support/bsd/bsd_axp.c
+++ b/hw/xfree86/os-support/bsd/bsd_axp.c
@@ -7,7 +7,7 @@
#include "os.h"
#include "xf86.h"
#include "xf86Priv.h"
-#include "xf86Axp.h"
+#include "shared/xf86Axp.h"
#include <sys/param.h>
#include "xf86_OSlib.h"
#include <stdio.h>