Added #include <limits.h> to remove compiler error

pull/18/head
SparklingFire2 5 years ago committed by GitHub
parent b167f406f7
commit 5aa3353202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      miditones.c

@ -534,6 +534,7 @@ output queue entries at the oldest time
#include <stdbool.h>
#include <time.h>
#include <inttypes.h>
#include <limits.h>
typedef unsigned char byte;
typedef uint32_t timestamp; // see note about this in the queuing routines

Loading…
Cancel
Save