mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 00:37:59 +02:00
tablet-shell: Fix compiling error for using stderr.
Not including the stdio.h makes this compiling error.
This commit is contained in:
parent
94b0b0ce3d
commit
319b29c954
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue