8000 Add missing header include · percona/postgres@5cdb39c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5cdb39c

Browse files
committed
Add missing header include
This was preventing the extension from building on Oracle Linux 8
1 parent 17d24ec commit 5cdb39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_tde/src/keyring/keyring_kmip_impl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* The libkmip specific code need to be in a separate library to avoid
33
* collissions with PostgreSQL's header files.
44
*/
5-
65
#include <stdio.h>
6+
#include <string.h>
77
#include <kmip.h>
88
#include <kmip_bio.h>
99
#include <kmip_locate.h>

0 commit comments

Comments
 (0)
0