Add missing stdbool.h include

This commit is contained in:
Cameron Gutman 2024-10-15 22:38:06 -05:00
parent e44d097683
commit 515db03fe5
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <dlfcn.h>
#include <unistd.h>
#include <errno.h>
#include <stdbool.h>
#include <sys/stat.h>
#include <xf86drm.h>

View File

@ -9,6 +9,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <stdbool.h>
#include <sys/stat.h>
#include <xf86drm.h>