Skip to content

Commit

Permalink
fix(micview): include stdlib.h to close #629
Browse files Browse the repository at this point in the history
Signed-off-by: Benn Snyder <benn.snyder@gmail.com>
  • Loading branch information
piedar committed Feb 11, 2021
1 parent 2182214 commit d913755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/micview.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include "libfreenect.h"
#include "libfreenect_audio.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>
Expand Down

0 comments on commit d913755

Please sign in to comment.