tablet-shell: Fix compiling error for using stderr.
Not including the stdio.h makes this compiling error.
This commit is contained in:
committed by
Kristian Høgsberg
parent
94b0b0ce3d
commit
319b29c954
@@ -23,6 +23,7 @@
|
|||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user