From: Andres Freund Date: Sun, 27 Apr 2014 13:49:23 +0000 (+0200) Subject: bdr: Include errno.h not sys/errno.h X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f8454cda80489d0de16b8c5eedd4ad4c5e7e1d23;p=users%2Fandresfreund%2Fpostgres.git bdr: Include errno.h not sys/errno.h --- diff --git a/contrib/bdr/bdr_init_replica.c b/contrib/bdr/bdr_init_replica.c index c4b819bc91..cea84c63e7 100644 --- a/contrib/bdr/bdr_init_replica.c +++ b/contrib/bdr/bdr_init_replica.c @@ -16,10 +16,10 @@ */ #include "postgres.h" +#include #include #include #include -#include #include #include "bdr.h"