From 06ce4104033a7c3969fbb9969c2e90029b34824b Mon Sep 17 00:00:00 2001 From: Niels Elburg Date: Wed, 9 Feb 2005 18:16:57 +0000 Subject: [PATCH] stdlib.h string.h for malloc/memset git-svn-id: svn://code.dyne.org/veejay/trunk@183 eb8d1916-c9e9-0310-b8de-cf0c9472ead5 --- vevo-current/examples/host.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vevo-current/examples/host.c b/vevo-current/examples/host.c index 4799cd88..97d0d696 100644 --- a/vevo-current/examples/host.c +++ b/vevo-current/examples/host.c @@ -1,4 +1,6 @@ #include +#include +#include #include #include #include