drivers/unix/unix.c
changeset 644 11b21e9a92f6
parent 629 b9274b595650
child 777 bbbfd27c1bd1
--- a/drivers/unix/unix.c	Fri Feb 19 15:51:40 2010 +0100
+++ b/drivers/unix/unix.c	Sat Dec 11 14:24:09 2010 +0100
@@ -25,8 +25,8 @@
 #include <stdlib.h>
 #else
 #include <linux/module.h>
-#endif
 #include <linux/delay.h>
+#endif
 
 #ifndef NOT_USE_DYNAMIC_LOADING
 #define DLL_CALL(funcname) (* funcname##_driver)