Skip to content

Commit 7ecde50

Browse files
author
Antonin Houska
committed
Added missing include.
Needed to build the code on Linux.
1 parent ac97776 commit 7ecde50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser/repl_gram.y

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include "replication/walsender.h"
2222
#include "replication/walsender_private.h"
2323
*/
24+
25+
#include <string.h>
2426
#include "wbutils.h"
2527
#include "parser/parser.h"
2628

0 commit comments

Comments
 (0)