Fix -Wundef warnings due to use of unguarded HAVE_PTHREAD_NP_H

This commit is contained in:
Anonymous Maarten
2023-03-27 18:42:18 +02:00
parent 6dd0a5665e
commit 1ad42290cd

View File

@@ -22,7 +22,7 @@
#include <pthread.h>
#if HAVE_PTHREAD_NP_H
#ifdef HAVE_PTHREAD_NP_H
#include <pthread_np.h>
#endif