tablet-shell: Fix compiling error for using stderr.

Not including the stdio.h makes this compiling error.
This commit is contained in:
Alex Wu 2012-06-14 15:07:47 +08:00 committed by Kristian Høgsberg
parent 94b0b0ce3d
commit 319b29c954

View file

@ -23,6 +23,7 @@
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <linux/input.h>