Add missing dependence.
[bertos.git] / bertos / net / pocketcmd.c
index 7ae238be6311f8842da3b52b0730a3dee672f7a0..9bb65f16eafbfd69b4bd44b9f5d5be2859641fc4 100644 (file)
@@ -50,7 +50,7 @@
  * The CMD ID used is the same supplied by the master when
  * the command was sent.
  *
- * \version $Id: pocketcmd.c 16587 2007-10-02 14:31:02Z batt $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  */
@@ -64,7 +64,7 @@
 
 #include <drv/timer.h>
 
-#include <mware/byteorder.h>
+#include <cpu/byteorder.h>
 
 #include <string.h>