shithub: scc

Download patch

ref: 087c633307b818c0bd30579ba0a805e48e530cd3
parent: eb09f99efa9107704d1903abe8aa69fe9d298b3a
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Jun 4 17:01:16 EDT 2012

Added string.h to symbol.c

It is needed by strcmp definition

--- a/symbol.c
+++ b/symbol.c
@@ -1,6 +1,6 @@
 
 
-#include <stddef.h>
+#include <string.h>
 
 #include "symbol.h"
 
@@ -97,4 +97,3 @@
 	}
 	return NULL;
 }
-