summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-12 07:45:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-12 07:45:36 +0200
commit72f7565e3210dfc8c068962fdcae7c99db5d6557 (patch)
tree6c54e6a0cfb3eefd91b7a724dc3b1b5e5c922058 /server
parentadded support for midi (diff)
added inital osc support
Diffstat (limited to 'server')
-rw-r--r--server/osc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/osc.c b/server/osc.c
index 656d400..1011ad8 100644
--- a/server/osc.c
+++ b/server/osc.c
@@ -23,6 +23,8 @@
#include "config.h"
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <error.h>
#include <assert.h>