Fixed compiling on a raspberry

Sat, 14 Nov 2015 17:00:37 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 14 Nov 2015 17:00:37 +0100
changeset 421
0258107a9e72
parent 420
644a6106d712
child 422
13502d0dda65

Fixed compiling on a raspberry

brewpanel/brewpanel.h file | annotate | diff | comparison | revisions
--- a/brewpanel/brewpanel.h	Sat Nov 14 16:52:33 2015 +0100
+++ b/brewpanel/brewpanel.h	Sat Nov 14 17:00:37 2015 +0100
@@ -25,6 +25,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <getopt.h>
+#include <limits.h>
 
 #ifdef HAVE_SDL_SDL_H
 #include <SDL.h>

mercurial