diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2015-11-13 16:49:49 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2015-11-13 16:49:49 +0800 |
commit | 274227ed441e941cbc07e3ba90497dbf73db5684 (patch) | |
tree | 92990074f19cb6d71447248aa1333ca03edc8a93 /src/ast.c | |
parent | 5017c802e8aeda0d61715d2566f6a866311b63e3 (diff) | |
download | compiler2015-274227ed441e941cbc07e3ba90497dbf73db5684.tar.gz compiler2015-274227ed441e941cbc07e3ba90497dbf73db5684.tar.zst compiler2015-274227ed441e941cbc07e3ba90497dbf73db5684.zip |
Enable POSIX extensions
Diffstat (limited to 'src/ast.c')
-rw-r--r-- | src/ast.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <stdarg.h> #include <stdio.h> #include <stdlib.h> |