Fix implicit include
authorAnas Nashif <anas.nashif@intel.com>
Wed, 24 Oct 2012 21:01:55 +0000 (14:01 -0700)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Fri, 7 Nov 2014 11:26:35 +0000 (12:26 +0100)
libmisc/quote.c

index bf8f9eb..8835af4 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <ctype.h>
 #include <string.h>
 #include "misc.h"