Skip to content

Commit

Permalink
include unistd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyrog committed Apr 25, 2013
1 parent 1895d72 commit 58b4550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_src/gpio_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <stdint.h>
#include <stdarg.h>
#include <unistd.h>

#define GPIO_NOK -1
#define GPIO_OK 0
Expand Down

0 comments on commit 58b4550

Please sign in to comment.