Skip to content

Commit

Permalink
Fix includes as per #178 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
penfold42 authored and jgarff committed Jun 1, 2017
1 parent 6c0f4db commit ff4200e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <unistd.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/sysmacros.h>
#include <sys/stat.h>

#include "mailbox.h"
Expand Down
1 change: 0 additions & 1 deletion ws2811.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
Expand Down

0 comments on commit ff4200e

Please sign in to comment.