shithub: dumb

Download patch

ref: 9b60a9a4784af5eb7ae2274726c7107c072eb3a6
parent: 045efbd6fc579a78e304185e480c8c15b2b932c4
author: Chris Moeller <kode54@gmail.com>
date: Sat Dec 22 11:48:30 EST 2012

Added limits.h for LONG_MAX

--- a/dumb/src/it/readstm.c
+++ b/dumb/src/it/readstm.c
@@ -20,6 +20,7 @@
 // IT_STEREO... :o
 #include <stdlib.h>
 #include <string.h>
+#include <limits.h>
 
 #include "dumb.h"
 #include "internal/it.h"