summaryrefslogtreecommitdiff
path: root/libmisc/quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmisc/quote.c')
-rw-r--r--libmisc/quote.c1
1 files changed, 1 insertions, 0 deletions
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)