add missing include
authorMichael Wallner <mike@php.net>
Wed, 4 Nov 2020 13:47:49 +0000 (14:47 +0100)
committerMichael Wallner <mike@php.net>
Wed, 4 Nov 2020 13:47:49 +0000 (14:47 +0100)
src/bin/memaslap/ms_thread.h

index eff2e5577ef339f02b04fc2f1f4f6c74c0caca6d..3c49c56fb8b1f78d471f88cc1006052441ea8369 100644 (file)
@@ -16,6 +16,7 @@
 #ifndef MS_THREAD_H
 #define MS_THREAD_H
 
+#include <pthread.h>
 #include <sched.h>
 #include "ms_conn.h"