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:
parent
893c723385
commit
d0c72c06ea
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue