include header

need limits.h for INT_MAX
This commit is contained in:
Ilja van Sprundel 2019-10-07 14:48:16 +02:00 committed by GitHub
parent 2ced1c6ef3
commit f7973340e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
#include <stdio.h>
#include <string.h>
#include <lib.h>
#include <limits.h>
#include <minix/timers.h>
#include <minix/callnr.h>