tablet-shell: Fix compiling error for using stderr.

Not including the stdio.h makes this compiling error.
Alex Wu 13 years ago committed by Kristian Høgsberg
parent 94b0b0ce3d
commit 319b29c954
  1. 1
      src/tablet-shell.c

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

Loading…
Cancel
Save