shithub: scc

Download patch

ref: 07371e86ec98830a211e87ef6d0dc7516e7da9b0
parent: 9b4badb838e1ad914c33ead0b0e51e120342213a
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu May 15 10:34:56 EDT 2014

Add missed header

--- a/cc1/expr.c
+++ b/cc1/expr.c
@@ -1,5 +1,6 @@
 #include <stdint.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <cc.h>
 #include "cc1.h"