Use debug.h instead of kdebug.h.
[bertos.git] / kern / signal.c
index 88ab1095915cacc74070f7b18e13828828fe4141..0243987be76ac237b4b0c9ce8704b294f9584498 100755 (executable)
@@ -66,6 +66,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.8  2004/09/14 21:06:44  bernie
+ *#* Use debug.h instead of kdebug.h.
+ *#*
  *#* Revision 1.7  2004/08/25 14:12:09  rasky
  *#* Aggiornato il comment block dei log RCS
  *#*
@@ -95,7 +98,7 @@
 #include "proc.h"
 #include "proc_p.h"
 #include "hw.h"
-#include <drv/kdebug.h>
+#include <debug.h>
 
 // FIXME
 #if CONFIG_KERN_SIGNALS