diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 20:05:18 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 20:05:18 +0100 |
commit | e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc (patch) | |
tree | 071f56710c44ce6bb2208d0eedcaf960608c58f9 /libpqpp/command.h | |
parent | Install rules (diff) | |
download | libdbpp-postgresql-e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc.tar.bz2 libdbpp-postgresql-e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc.tar.xz libdbpp-postgresql-e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc.zip |
Use system dbpplibdbpp-postgresql-0.9
Diffstat (limited to 'libpqpp/command.h')
-rw-r--r-- | libpqpp/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpqpp/command.h b/libpqpp/command.h index a3601c4..e6edac2 100644 --- a/libpqpp/command.h +++ b/libpqpp/command.h @@ -1,7 +1,7 @@ #ifndef PQ_COMMAND_H #define PQ_COMMAND_H -#include "../libdbpp/command.h" +#include <command.h> #include <libpq-fe.h> #include <vector> |