diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-07 12:19:34 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-07 12:19:34 +0000 |
commit | 5a0916d0b6b80e8393c585ecbdf43987a0b2ebfa (patch) | |
tree | 2ec7dcfa9be0d5cf44aea12624c20c9ce7adc79e /Frameworks/PostgresKit | |
parent | 6e61494ac196fa2d497b4e3df58d23b8bacb499a (diff) | |
download | sequelpro-5a0916d0b6b80e8393c585ecbdf43987a0b2ebfa.tar.gz sequelpro-5a0916d0b6b80e8393c585ecbdf43987a0b2ebfa.tar.bz2 sequelpro-5a0916d0b6b80e8393c585ecbdf43987a0b2ebfa.zip |
Fix header.
Diffstat (limited to 'Frameworks/PostgresKit')
-rw-r--r-- | Frameworks/PostgresKit/Libs/libpqtypes/include/libpqtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Libs/libpqtypes/include/libpqtypes.h b/Frameworks/PostgresKit/Libs/libpqtypes/include/libpqtypes.h index b41c9d70..6743878f 100644 --- a/Frameworks/PostgresKit/Libs/libpqtypes/include/libpqtypes.h +++ b/Frameworks/PostgresKit/Libs/libpqtypes/include/libpqtypes.h @@ -12,7 +12,7 @@ #ifndef LIBPQTYPES_H #define LIBPQTYPES_H -#include <libpq-fe.h> +#include "libpq-fe.h" #include <time.h> #include <stdarg.h> |