about summary refs log tree commit diff stats
path: root/src/client.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-04-15 18:23:09 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-04-15 18:23:09 -0400
commitb276d016ee4b4125616f1f873ce32a9ce3317bb3 (patch)
tree1ea8ca8387d2363fdf6c698842808d59c0dd652f /src/client.cpp
parent7e85b35d7d1714e3f85434b891a1050ad584e337 (diff)
downloadlibtwittercpp-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.cpp1
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