Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 3e9a835

Browse files
zhuangyuanhui庄远辉
and
庄远辉
authored
Include libpq-fe.h on all platforms (#69)
Co-authored-by: 庄远辉 <[email protected]>
1 parent e02d02a commit 3e9a835

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

php_swoole_postgresql.h

-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,7 @@
2828
#error "Ext version does not match the Swoole version"
2929
#endif
3030

31-
#ifdef __APPLE__
3231
#include <libpq-fe.h>
33-
#endif
34-
35-
#ifdef __linux__
36-
#include <postgresql/libpq-fe.h>
37-
#endif
3832

3933
#include <zend_portability.h>
4034

0 commit comments

Comments
 (0)