Commit 2cd0bba9 authored by Robert Schmidt's avatar Robert Schmidt

notified_fifo: include malloc.h for memalign()

parent 984b917e
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#define NOTIFIED_FIFO_H #define NOTIFIED_FIFO_H
#include "pthread_utils.h" #include "pthread_utils.h"
#include <stdint.h> #include <stdint.h>
#include <malloc.h>
#include <pthread.h> #include <pthread.h>
#include "time_meas.h" #include "time_meas.h"
#include <memory.h> #include <memory.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment