diff options
-rw-r--r-- | nancy.cpp | 1 |
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 | ||
9 | int db_error(MYSQL* driver, const char* error) | 10 | int db_error(MYSQL* driver, const char* error) |
10 | { | 11 | { |