Skip to content

Commit d913755

Browse files
committed
fix(micview): include stdlib.h to close #629
Signed-off-by: Benn Snyder <[email protected]>
1 parent 2182214 commit d913755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/micview.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#include "libfreenect.h"
2828
#include "libfreenect_audio.h"
29+
#include <stdlib.h>
2930
#include <stdio.h>
3031
#include <string.h>
3132
#include <signal.h>

0 commit comments

Comments
 (0)