lwIP: operating system requirements
[bertos.git] / bertos / emul / ser_posix.c
index 221739e711cfe2a544104332a4306a0b437dfbfa..50754b87927fdf885e26cf4262dbaaae6fa2b4fa 100644 (file)
  *
  * \brief Serial port emulator for hosted environments.
  *
- * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
-#include <appconfig.h>
+#include "cfg/cfg_ser.h"
 
 #include <cfg/debug.h>
 #include <cfg/compiler.h>
@@ -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>