src/codegens.h

changeset 49
f86f0b054464
parent 48
b2724c711203
child 50
17408c3607ce
     1.1 --- a/src/codegens.h	Tue Aug 23 17:24:58 2016 +0200
     1.2 +++ b/src/codegens.h	Tue Aug 23 17:31:15 2016 +0200
     1.3 @@ -30,9 +30,13 @@
     1.4  #ifndef CODEGENS_H
     1.5  #define	CODEGENS_H
     1.6  
     1.7 +#include <stdlib.h>
     1.8  #include <stdio.h>
     1.9 +#include <string.h>
    1.10 +#include <ctype.h>
    1.11  #include "ucx/string.h"
    1.12  #include "ucx/buffer.h"
    1.13 +#include "ucx/utils.h"
    1.14  
    1.15  #ifdef	__cplusplus
    1.16  extern "C" {

mercurial