File 0370-limits.patch of Package sblim-sfcb
This fixes: control.c:246: error: 'UINT_MAX' undeclared (first use in this function) --- control.c +++ control.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <ctype.h> #include <string.h> +#include <limits.h> #ifdef HAVE_CONFIG_H #include "config.h"