ports/net/samba/patches/patch-lib_tevent_tevent_internal_h

15 lines
330 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: lib/tevent/tevent_internal.h
--- lib/tevent/tevent_internal.h.orig
+++ lib/tevent/tevent_internal.h
@@ -27,6 +27,10 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_PTHREAD
+#include <pthread.h>
+#endif
+
struct tevent_req {
/**
* @brief What to do on completion