Files
rabbitmq-c/librabbitmq/unix/threads.h
2026-04-02 23:18:28 +08:00

10 lines
202 B
C

// Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
// SPDX-License-Identifier: mit
#ifndef AMQP_THREADS_H
#define AMQP_THREADS_H
#include <pthread.h>
#endif /* AMQP_THREADS_H */