lwIP: operating system requirements
[bertos.git] / bertos / emul / ser_posix.c
index 8a2320ac9e8da52c9a6377df533cabbf9312aafa..50754b87927fdf885e26cf4262dbaaae6fa2b4fa 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Serial port emulator for hosted environments.
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
@@ -44,7 +43,7 @@
 #include <drv/ser.h>
 #include <drv/ser_p.h>
 
-#include <mware/fifobuf.h>
+#include <struct/fifobuf.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>