commit 235cdd2af498d288f1af1142e7a23fbd16dff907 Author: Mike Frysinger Date: Fri Jan 8 21:53:19 2010 -0500 quote: pull in string.h for strchr prototype Signed-off-by: Mike Frysinger Signed-off-by: Brandon Philips diff --git a/libmisc/quote.c b/libmisc/quote.c index f98c887..bf8f9eb 100644 --- a/libmisc/quote.c +++ b/libmisc/quote.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "misc.h" const char *quote(const char *str, const char *quote_chars)