mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-22 00:00:38 +02:00
linux: Fix warning when compiling with meson
src/up-input.c:294:3: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
294 | close (input->eventfp);
| ^~~~~
| pclose
This commit is contained in:
parent
4a3cc71aa6
commit
47481f3a57
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <linux/input.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue