Skip to content

Commit

Permalink
Include errno from the proper place.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jan 31, 2015
1 parent 3bdbed6 commit 01a02f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/gr_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <sys/errno.h>
#include <sys/stat.h>

#include <errno.h>
#include <ctype.h>
#include <err.h>
#include <fcntl.h>
Expand Down

0 comments on commit 01a02f3

Please sign in to comment.