diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-04-15 18:23:09 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-04-15 18:23:09 -0400 |
commit | b276d016ee4b4125616f1f873ce32a9ce3317bb3 (patch) | |
tree | 1ea8ca8387d2363fdf6c698842808d59c0dd652f /src/client.cpp | |
parent | 7e85b35d7d1714e3f85434b891a1050ad584e337 (diff) | |
download | libtwittercpp-b276d016ee4b4125616f1f873ce32a9ce3317bb3.tar.gz libtwittercpp-b276d016ee4b4125616f1f873ce32a9ce3317bb3.tar.bz2 libtwittercpp-b276d016ee4b4125616f1f873ce32a9ce3317bb3.zip |
Added #include <unistd.h>
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 39d6b5d..1938af4 100644 --- a/src/client.cpp +++ b/src/client.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | #include <algorithm> | 4 | #include <algorithm> |
5 | #include <liboauthcpp/liboauthcpp.h> | 5 | #include <liboauthcpp/liboauthcpp.h> |
6 | #include "util.h" | 6 | #include "util.h" |
7 | #include <unistd.h> | ||
7 | 8 | ||
8 | // These are here for debugging curl stuff | 9 | // These are here for debugging curl stuff |
9 | 10 | ||