Skip to content

Commit

Permalink
Added a missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jan 14, 2018
1 parent 6d678d6 commit 3dea791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/b6b_test_ffi_pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <inttypes.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>

#include <b6b.h>

Expand Down

0 comments on commit 3dea791

Please sign in to comment.