mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-26 01:46:20 +08:00
cmake: fix uses of undefined macro identifiers (-Wundef)
This commit is contained in:
committed by
GitHub
parent
cc7c0a2dab
commit
d81d986858
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user