freebsd-ports/net/freenet6/files/patch-xmltsp.c
Edwin Groothuis 09ed650bee Remove compiler warnings from freenet6 port
When compiling the freenet6 port, some compiler warnings
	are generated. By including string.h they are removed.

PR:		ports/50217
Submitted by:	root <macklobell@hotmail.com>
2003-07-16 05:27:36 +00:00

12 lines
234 B
C

*** src/xmltsp.c.org Sun Mar 23 16:41:06 2003
--- src/xmltsp.c Sun Mar 23 16:41:29 2003
***************
*** 29,34 ****
--- 29,35 ----
*/
#include <stdio.h>
#include <stdlib.h>
+ #include <string.h>
#include "xmlparse.h"