fix missing #include

FossilOrigin-Name: fd6065f8bccea10ad4a6de8ca2bfc462c36b5f0fae8e5961edd31773c95381a3
This commit is contained in:
crc 2019-09-24 16:31:20 +00:00
parent e5d3e5d821
commit ae53c1bc8a
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <limits.h>
#ifndef BIT64
#define CELL int32_t

View file

@ -32,6 +32,7 @@
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
#include <limits.h>
/*---------------------------------------------------------------------

View file

@ -32,7 +32,7 @@
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
#include <limits.h>
/*---------------------------------------------------------------------
Configuration