summaryrefslogtreecommitdiff
path: root/firmware/lib/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/vsprintf.c')
-rw-r--r--firmware/lib/vsprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/lib/vsprintf.c b/firmware/lib/vsprintf.c
index 5da7c02..799eb78 100644
--- a/firmware/lib/vsprintf.c
+++ b/firmware/lib/vsprintf.c
@@ -17,6 +17,7 @@
*/
#include <stdarg.h>
+#include <limits.h>
#include <sys/types.h>
#include <string.h>
#include <asm/ctype.h>
personal git repositories of Harald Welte. Your mileage may vary