From 2e19b3688b11145f44da1767bcaf4e86f1cc57c9 Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Sun, 16 Sep 2012 02:23:16 -0500 Subject: [PATCH] Add a comment --- repmgrd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgrd.c b/repmgrd.c index 2c624858..e5187a3f 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -32,6 +32,7 @@ #include "strutil.h" #include "version.h" +/* PostgreSQL's headers needed to export some functionality */ #include "access/xlogdefs.h" #include "libpq/pqsignal.h"