null-driver: add include stdio.h for debugging of null driver. 74/66374/3
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 18 Apr 2016 11:46:18 +0000 (20:46 +0900)
committerSangjin Lee <lsj119@samsung.com>
Tue, 19 Apr 2016 04:43:04 +0000 (21:43 -0700)
Change-Id: Ib347462632b72f09fbf99a306cfae6c32d81f0b0

src/null-driver/null-driver.c

index 5ee2f8d..1766edb 100644 (file)
@@ -36,6 +36,7 @@
 #include <utils.h>
 
 #if 0
+#include <stdio.h>
 #define NULLDRV_LOG_FUNC \
        do { \
                fflush(stdout); \