From 5bf4c3697fcb62931256846b7de2133baafc186d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Sep 2013 09:27:37 -0400 Subject: [PATCH] add uuid type --- types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types.h b/types.h index d2a20b1..565c4ac 100644 --- a/types.h +++ b/types.h @@ -23,6 +23,9 @@ #include #include +#include + +typedef uuid_t jack_uuid_t; typedef int32_t jack_shmsize_t;