diff options
Diffstat (limited to 'examples/app')
-rw-r--r-- | examples/app/appsrc_ex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/app/appsrc_ex.c b/examples/app/appsrc_ex.c index 170001d2..5773aabe 100644 --- a/examples/app/appsrc_ex.c +++ b/examples/app/appsrc_ex.c @@ -11,6 +11,7 @@ #include <stdio.h> #include <string.h> +#include <stdlib.h> typedef struct _App App; |