Skip to content

Commit

Permalink
unistd.h included to compile on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
clseitz committed Jun 24, 2014
1 parent 450bb41 commit cd0451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "rpc_error.h"
#include "usb.h"
#include <iostream> // cout
//#include <unistd.h>
#include <unistd.h> // needed for Mac

using namespace std;

Expand Down

0 comments on commit cd0451c

Please sign in to comment.