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