Browse Source

Added header for SDL_ThreadID type

Sam Lantinga 10 months ago
parent
commit
04bb105d09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/SDL3/SDL_mutex.h

+ 1 - 0
include/SDL3/SDL_mutex.h

@@ -29,6 +29,7 @@
  */
 
 #include <SDL3/SDL_stdinc.h>
+#include <SDL3/SDL_atomic.h>
 #include <SDL3/SDL_error.h>
 #include <SDL3/SDL_thread.h>