diff options
Diffstat (limited to 'cgopt.c')
-rw-r--r-- | cgopt.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ */ #include <stdio.h> +#if defined (LINUX) && defined (G_AI64) +# include <stdint.h> +#endif + #include "cgport.h" #include "cg.h" #include "cgrconst.h" |