summaryrefslogtreecommitdiff
path: root/driver/xf86-input-magellan/src/magellan.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/xf86-input-magellan/src/magellan.h')
-rw-r--r--driver/xf86-input-magellan/src/magellan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-input-magellan/src/magellan.h b/driver/xf86-input-magellan/src/magellan.h
index 88ac77efd..5a81f838c 100644
--- a/driver/xf86-input-magellan/src/magellan.h
+++ b/driver/xf86-input-magellan/src/magellan.h
@@ -68,7 +68,7 @@ MAGELLANState;
#define MagellanNibble(Value) (Value&0x0F)
-#define milisleep(ms) xf86usleep (ms * 1000)
+#define milisleep(ms) usleep (ms * 1000)
typedef struct _MagellanPrivateRec
{