Skip to content

Commit 74a1fe0

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

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+
#if __LSB_DISTRIBUTOR_ID__ == 'centos'
1515
#include <libpq-fe.h>
1616
#else
1717
#include <postgresql/libpq-fe.h>

0 commit comments

Comments
 (0)