about summary refs log tree commit diff stats
path: root/furries.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-01-20 20:33:04 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-01-20 20:33:04 -0500
commit4d8fd1c470c5f2c190f082683321b40a566cf1c9 (patch)
tree7dbc9eee1c4e995652dba81f46249501d2fea2c5 /furries.cpp
parentb2a56c980ec6f9f32b94c9bd9294da2a1e9aef7c (diff)
downloadfurries-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.cpp2
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>