Merge pull request #18 from SparklingFire2/patch-1

Added #include <limits.h> to remove compiler error
pull/23/head
Len Shustek 5 years ago committed by GitHub
commit fbc9793378
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