Skip to content

Commit

Permalink
Merge pull request charmedlabs#1 from mniemer/master
Browse files Browse the repository at this point in the history
Fixed missing includes in pixy.h
  • Loading branch information
Tigist Diriba committed May 2, 2016
2 parents 928cc78 + 463a2ec commit 86420e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/host/libpixyusb/include/pixy.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include <stdint.h>
#include <unistd.h>
#include <pixydefs.h>
#include <stdio.h>
#include <stdarg.h>

// Pixy C API //

Expand Down

0 comments on commit 86420e5

Please sign in to comment.