Add missing header for UINT_MAX

This commit is contained in:
Chris Robinson
2018-02-02 23:08:29 -08:00
parent 80cc32d77b
commit 8f4c078fb5
+1
View File
@@ -22,6 +22,7 @@
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include "ringbuffer.h"
#include "align.h"