Magellan Linux

Annotation of /trunk/attr/patches/attr-2.4.44-fix-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1076 - (hide annotations) (download)
Tue Aug 17 14:35:41 2010 UTC (13 years, 10 months ago) by niro
File size: 202 byte(s)
fixed headers, rediffed patches

1 niro 1076 needs string.h for strchr()
2    
3     --- attr/libmisc/quote.c
4     +++ attr/libmisc/quote.c
5     @@ -19,6 +19,7 @@
6    
7     #include <stdio.h>
8     #include <stdlib.h>
9     +#include <string.h>
10     #include <ctype.h>
11     #include "misc.h"
12