nga-c: include stdint.h

FossilOrigin-Name: acf4dbeadd2cea4c7fd55d58f2b0cdde5b5d64171fe4bda1554d1baf82371381
This commit is contained in:
crc 2021-05-18 13:46:28 +00:00
parent 25ef466829
commit 4a63074a63
3 changed files with 3 additions and 0 deletions

View file

@ -30,6 +30,7 @@
(Arland Childers)
- retro-repl.c now uses an external image
- removed barebones.c (overlaps w/new retro-repl.c)
- retro-runtime.c now based on standard retro.c
- nga-nim

View file

@ -15,6 +15,7 @@
#include <fcntl.h>
#include <limits.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -15,6 +15,7 @@
#include <fcntl.h>
#include <limits.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>