Skip to content

Commit a71d4af

Browse files
committed
Update postgres_asio.h
1 parent 74a1fe0 commit a71d4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres_asio/postgres_asio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#endif
1212

1313
#ifdef __LINUX__
14-
#if __LSB_DISTRIBUTOR_ID__ == 'centos'
14+
#ifdef __CENTOS__
1515
#include <libpq-fe.h>
1616
#else
1717
#include <postgresql/libpq-fe.h>

0 commit comments

Comments
 (0)