Use appconfig.h instead of cfg/config.h.
[bertos.git] / mware / fifobuf.h
index d63b08cf0ae5298294ff72532462c6aaa9477d58..7edfa7bd5ae8e7e23bf4fcb59d32249c7ffde66e 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.20  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
+ *#* Revision 1.19  2004/12/08 08:30:12  bernie
+ *#* Add missing header.
+ *#*
  *#* Revision 1.18  2004/11/16 21:55:12  bernie
  *#* Workaround for a known fifobuf bug.
  *#*
@@ -93,7 +99,8 @@
 #ifndef MWARE_FIFO_H
 #define MWARE_FIFO_H
 
-#include <cpu.h>
+#include <cfg/cpu.h>
+#include <cfg/debug.h>
 
 typedef struct FIFOBuffer
 {