Skip to content

Commit

Permalink
Merge pull request #4 from dougalsutherland/add-header
Browse files Browse the repository at this point in the history
add unistd.h header for getopt in main.cpp
  • Loading branch information
FigBug committed Mar 30, 2014
2 parents 4d96dee + d15c35a commit 8403e2f
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 8403e2f

Please sign in to comment.