summaryrefslogtreecommitdiff
path: root/ports/posix/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/posix/src/port.h')
-rw-r--r--ports/posix/src/port.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/posix/src/port.h b/ports/posix/src/port.h
index 01d1fb1..6f10699 100644
--- a/ports/posix/src/port.h
+++ b/ports/posix/src/port.h
@@ -11,5 +11,8 @@
#include <mqueue.h>
#include <stdint.h>
#include <errno.h>
+#include "stream.h"
+
+int initialize_devices(int num_devices, p_stream_t *streams);
#endif