Magellan Linux

Contents of /trunk/acl/patches/acl-2.2.49-fix-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1077 - (show annotations) (download)
Tue Aug 17 14:47:48 2010 UTC (13 years, 8 months ago) by niro
File size: 657 byte(s)
fixed includes

1 From 7565e4fcb9209782ed02f3caff246cf5ea816674 Mon Sep 17 00:00:00 2001
2 From: Mike Frysinger <vapier@gentoo.org>
3 Date: Fri, 8 Jan 2010 21:28:31 -0500
4 Subject: [PATCH] quote: pull in string.h for strchr prototype
5
6 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7 ---
8 libmisc/quote.c | 1 +
9 1 files changed, 1 insertions(+), 0 deletions(-)
10
11 diff --git a/libmisc/quote.c b/libmisc/quote.c
12 index f98c887..bf8f9eb 100644
13 --- a/libmisc/quote.c
14 +++ b/libmisc/quote.c
15 @@ -20,6 +20,7 @@
16 #include <stdio.h>
17 #include <stdlib.h>
18 #include <ctype.h>
19 +#include <string.h>
20 #include "misc.h"
21
22 const char *quote(const char *str, const char *quote_chars)
23 --
24 1.6.6
25