Ralf Ahlbrink / LogUtil

Fork of LogUtil by Sam Grove

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Fri Apr 05 23:16:03 2013 +0000
Parent:
1:491d2a7f4207
Child:
3:9f20058284bd
Commit message:
Added some include headers for use case that doesn't include the mbed API

Changed in this revision

LogUtil.h Show annotated file Show diff for this revision Revisions of this file
--- a/LogUtil.h	Fri Mar 29 20:02:18 2013 +0000
+++ b/LogUtil.h	Fri Apr 05 23:16:03 2013 +0000
@@ -23,6 +23,9 @@
 #ifndef LOGUTIL_H
 #define LOGUTIL_H
 
+#include <stdio.h>
+#include <stdlib.h>
+
 #define STREAM      stdout
 #define LOG(...)    \
     fprintf(STREAM, "LOG:   %s L#%d ", __PRETTY_FUNCTION__, __LINE__);  \