blob: 4abd0c09b6ab7d4ee99dd18835a4ee87047f4eba (
plain)
1
2
3
4
5
6
7
8
9
|
// 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 */
|