Skip to content

Commit

Permalink
Include stdlib explicitly in basis_ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyongkiam committed Dec 14, 2017
1 parent 0374944 commit 5a61564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basis/basis_ffi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
Expand Down

0 comments on commit 5a61564

Please sign in to comment.