mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-05 08:36:07 +02:00
Fix -Wundef warnings due to use of unguarded HAVE_PTHREAD_NP_H
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#if HAVE_PTHREAD_NP_H
|
||||
#ifdef HAVE_PTHREAD_NP_H
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user