1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added missing include for LOG2_CEIL()

This commit is contained in:
Steffen Vogel 2016-10-30 16:52:11 -04:00
parent 893c723385
commit d0c72c06ea

View file

@ -32,6 +32,7 @@
*/
#include "queue.h"
#include "utils.h"
/** Initialize MPMC queue */
int queue_init(struct queue *q, size_t size, const struct memtype *mem)