rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 0369264948bf87d176300b4080150cfd1ca7dfc7
parent 1cb8677dc2eca03fe7fc78d2f9611ec8371896df
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 18 Dec 2018 10:22:42 -0500

Include strings.h in headers.c.

Diffstat:
Mheaders.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/headers.c b/headers.c @@ -5,6 +5,7 @@ #include <stdio.h> #include <string.h> +#include <strings.h> #include "arg.h" #include "ind.h"