ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / httping / mem.c.patch
blob64f41ac8179373284a242fdecc4fcf9a2e13d6b1
1 --- mem.c.orig 2007-09-29 08:53:34.000000000 -0700
2 +++ mem.c 2007-09-29 08:53:41.000000000 -0700
3 @@ -1,6 +1,7 @@
4 /* (C) 2007 by folkert@vanheusden.com
5 * The GPL (GNU public license) applies to this sourcecode.
6 */
7 +#include <sys/types.h>
8 #include <errno.h>
9 #include <regex.h>
10 #include <signal.h>
11 @@ -8,7 +9,6 @@
12 #include <stdio.h>
13 #include <stdlib.h>
14 #include <string.h>
15 -#include <sys/types.h>
16 #include <time.h>
17 #include <unistd.h>