about summary refs log tree commit diff stats
path: root/chemist.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-29 11:25:24 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-29 11:25:24 -0400
commite9dc6334a09f3579b64ba4976c5f66dcdf7344bc (patch)
treed28ff59e362435511eb231bef8f92f967a7c6234 /chemist.cpp
parentca7e2807e70aac07dfa6e467da9e5bc7ac07ff44 (diff)
downloadyandere-e9dc6334a09f3579b64ba4976c5f66dcdf7344bc.tar.gz
yandere-e9dc6334a09f3579b64ba4976c5f66dcdf7344bc.tar.bz2
yandere-e9dc6334a09f3579b64ba4976c5f66dcdf7344bc.zip
Added #include <unistd.h>
Diffstat (limited to 'chemist.cpp')
-rw-r--r--chemist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chemist.cpp b/chemist.cpp index 07120f8..fbf83a8 100644 --- a/chemist.cpp +++ b/chemist.cpp
@@ -5,6 +5,7 @@
5#include <sstream> 5#include <sstream>
6#include <twitcurl.h> 6#include <twitcurl.h>
7#include <verbly.h> 7#include <verbly.h>
8#include <unistd.h>
8 9
9int main(int argc, char** argv) 10int main(int argc, char** argv)
10{ 11{