Include top-level headers from cfg/ subdir.
[bertos.git] / kern / sem.c
index eab3e5db475d26a1d2b46b5eb46429c69d30ae7c..65c07bd17a7661df3998a8de715b8e35754d2808 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.9  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.8  2005/01/22 04:20:42  bernie
  *#* Add integrity checks.
  *#*
@@ -45,7 +48,7 @@
 #include "proc_p.h"
 #include "signal.h"
 #include "hw.h"
-#include <debug.h>
+#include <cfg/debug.h>
 
 INLINE void sem_verify(struct Semaphore *s)
 {