about summary refs log tree commit diff stats
path: root/nancy.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-09 10:25:56 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-09 10:25:56 -0500
commit295f6725920bc9d792a5197a9a9dafed66c5a217 (patch)
tree0c028b6f4ae906acda60a0e8cfd0b5282728cd31 /nancy.cpp
parent11e1fa6fa51f318d084dcecf8e5d02377ac9b8cd (diff)
downloadnancy-295f6725920bc9d792a5197a9a9dafed66c5a217.tar.gz
nancy-295f6725920bc9d792a5197a9a9dafed66c5a217.tar.bz2
nancy-295f6725920bc9d792a5197a9a9dafed66c5a217.zip
Added missing #include <unistd.h>
Diffstat (limited to 'nancy.cpp')
-rw-r--r--nancy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nancy.cpp b/nancy.cpp index 3e40be1..3605f71 100644 --- a/nancy.cpp +++ b/nancy.cpp
@@ -5,6 +5,7 @@
5#include <ctime> 5#include <ctime>
6#include <sstream> 6#include <sstream>
7#include <twitcurl.h> 7#include <twitcurl.h>
8#include <unistd.h>
8 9
9int db_error(MYSQL* driver, const char* error) 10int db_error(MYSQL* driver, const char* error)
10{ 11{