From 319b29c954fcd2fb38d8f9627a6d3c30e9d73d14 Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Thu, 14 Jun 2012 15:07:47 +0800 Subject: [PATCH] tablet-shell: Fix compiling error for using stderr. Not including the stdio.h makes this compiling error. --- src/tablet-shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tablet-shell.c b/src/tablet-shell.c index 91b1514..56512f6 100644 --- a/src/tablet-shell.c +++ b/src/tablet-shell.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include -- 2.7.4