Skip to content

Commit

Permalink
Added missing fcntl.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
bnicolae authored Aug 20, 2018
1 parent 59106a0 commit 2f4676e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axl_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

/* file open modes */
#include <sys/file.h>
#include <fcntl.h>

/* exit & malloc */
#include <stdlib.h>
Expand Down

0 comments on commit 2f4676e

Please sign in to comment.