projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082b931
)
Add header include to pgstrcasecmp.c
author
Chen Ningwei
<chen@sraoss.co.jp>
Tue, 1 Aug 2023 06:36:31 +0000
(15:36 +0900)
committer
Chen Ningwei
<chen@sraoss.co.jp>
Tue, 1 Aug 2023 06:36:31 +0000
(15:36 +0900)
src/utils/pgstrcasecmp.c
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/pgstrcasecmp.c
b/src/utils/pgstrcasecmp.c
index e2c2c84c680e68679aed5ebd88294d2baf7dbcd1..e2386c30a95d9dc1de35db3f522dbdc6a5062f31 100644
(file)
--- a/
src/utils/pgstrcasecmp.c
+++ b/
src/utils/pgstrcasecmp.c
@@
-26,6
+26,7
@@
*/
#include <unistd.h>
+#include <ctype.h>
#include "pool.h"
#include "utils/pgstrcasecmp.h"