Skip to content

Commit

Permalink
Ensure to include stdlib.h for malloc/free (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgavedissian authored and JCash committed Apr 16, 2018
1 parent 2109706 commit 89a20c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jc_voronoi.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@

#include <math.h>
#include <stddef.h>
#include <stdlib.h>

#include <assert.h>

Expand Down

0 comments on commit 89a20c8

Please sign in to comment.