cmake: fix uses of undefined macro identifiers (-Wundef)
This commit is contained in:
parent
cc7c0a2dab
commit
d81d986858
430 changed files with 1289 additions and 1260 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
static int run_test(void);
|
||||
|
||||
#if HAVE_LIBUDEV_H || defined(SDL_JOYSTICK_LINUX)
|
||||
#if defined(HAVE_LIBUDEV_H) || defined(SDL_JOYSTICK_LINUX)
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue