forked from Lainports/freebsd-ports
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>
12 lines
234 B
C
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"
|
|
|