Skip to content

Commit

Permalink
add unistd.h header for getopt in main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
djsutherland committed Mar 29, 2014
1 parent 4d96dee commit d15c35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <vector>

#include <stdlib.h>
#include <unistd.h>

#include <curl/curl.h>
#include <curl/easy.h>
Expand Down

0 comments on commit d15c35a

Please sign in to comment.