Browse Source

cmake: add HAVE_STDDEF_H to SDL_config.h.cmake

Anonymous Maarten 2 years ago
parent
commit
f8aa00d198
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/SDL_config.h.cmake

+ 1 - 0
include/SDL_config.h.cmake

@@ -64,6 +64,7 @@
 #cmakedefine HAVE_MEMORY_H 1
 #cmakedefine HAVE_SIGNAL_H 1
 #cmakedefine HAVE_STDARG_H 1
+#cmakedefine HAVE_STDDEF_H 1
 #cmakedefine HAVE_STDINT_H 1
 #cmakedefine HAVE_STDIO_H 1
 #cmakedefine HAVE_STDLIB_H 1