acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Acl-devel] [PATCH 1/2] quote: pull in string.h for strchr prototype


From: Mike Frysinger
Subject: [Acl-devel] [PATCH 1/2] quote: pull in string.h for strchr prototype
Date: Sat, 27 Oct 2012 02:24:34 -0400

Signed-off-by: Mike Frysinger <address@hidden>
---
 libmisc/quote.c | 1 +
 1 file changed, 1 insertion(+)

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 <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
+#include <string.h>
 #include "misc.h"
 
 const char *quote(const char *str, const char *quote_chars)
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]