Add missing include.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 27 Sep 2008 07:50:47 +0000 (07:50 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 27 Sep 2008 07:50:47 +0000 (07:50 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1861 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/kern/kfile.c

index fc1f87576a50accb80a6e6619388f69dbc8b5a0b..ab83053f9034cc79bd389790bdca1a9305147d89 100644 (file)
@@ -42,6 +42,7 @@
 
 #include "cfg/cfg_kfile.h"
 #include <cfg/debug.h>
+#include <cfg/log.h>
 
 #include <mware/formatwr.h>