# HG changeset patch # User Mychaela Falconia # Date 1639861849 0 # Node ID a684dd7799f88f907ca6e9f3864d21432432e675 # Parent 7fc16168c3d27bf2030a2f0e0c83d3b92e2585a4 fc-rftab2c.c: missing includes for string functions diff -r 7fc16168c3d2 -r a684dd7799f8 ffstools/caltools/fc-rftab2c.c --- a/ffstools/caltools/fc-rftab2c.c Tue Nov 09 23:25:52 2021 +0000 +++ b/ffstools/caltools/fc-rftab2c.c Sat Dec 18 21:10:49 2021 +0000 @@ -19,6 +19,8 @@ #include #include #include +#include +#include u_char binbuf[512];