Description: Use libpq-dev instead libpq-fe.h from upstream.
Forwarded: not-needed
Author: Julián Moreno Patiño <darkjunix@gmail.com>
Last-Update: 2020-07-30
--- a/hydra-postgres.c
+++ b/hydra-postgres.c
@@ -11,7 +11,7 @@
 void dummy_postgres() { printf("\n"); }
 #else
 
-#include "libpq-fe.h" // Postgres connection functions
+#include <postgresql/libpq-fe.h> // Postgres connection functions
 #include <stdio.h>
 
 #define DEFAULT_DB "template1"
