about summary refs log tree commit diff stats
path: root/wordplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wordplay.cpp')
-rw-r--r--wordplay.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/wordplay.cpp b/wordplay.cpp index 4f621a1..0d48e3e 100644 --- a/wordplay.cpp +++ b/wordplay.cpp
@@ -5,6 +5,7 @@
5#include <algorithm> 5#include <algorithm>
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{
@@ -84,4 +85,4 @@ int main(int argc, char** argv)
84 85
85 sleep(60 * 60 * 3); 86 sleep(60 * 60 * 3);
86 } 87 }
87} \ No newline at end of file 88}