diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-01-20 20:33:04 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-01-20 20:33:04 -0500 |
commit | 4d8fd1c470c5f2c190f082683321b40a566cf1c9 (patch) | |
tree | 7dbc9eee1c4e995652dba81f46249501d2fea2c5 /furries.cpp | |
parent | b2a56c980ec6f9f32b94c9bd9294da2a1e9aef7c (diff) | |
download | furries-4d8fd1c470c5f2c190f082683321b40a566cf1c9.tar.gz furries-4d8fd1c470c5f2c190f082683321b40a566cf1c9.tar.bz2 furries-4d8fd1c470c5f2c190f082683321b40a566cf1c9.zip |
the furries are no longer depending on pkg-config to link against mysqlclient
Diffstat (limited to 'furries.cpp')
-rw-r--r-- | furries.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/furries.cpp b/furries.cpp index 94d0e71..15c4657 100644 --- a/furries.cpp +++ b/furries.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | #include <yaml-cpp/yaml.h> | 1 | #include <yaml-cpp/yaml.h> |
2 | #include <iostream> | 2 | #include <iostream> |
3 | #include <mysql.h> | 3 | #include <mysql/mysql.h> |
4 | #include <cstdlib> | 4 | #include <cstdlib> |
5 | #include <ctime> | 5 | #include <ctime> |
6 | #include <sstream> | 6 | #include <sstream> |