add #include <limits.h> to pick up a definition of INT_MAX to make Hudson happy

This commit is contained in:
Charles Kerr 2008-04-19 19:39:39 +00:00
parent 3445817a80
commit a443cc3289
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <assert.h>
#include <errno.h>
#include <limits.h> /* INT_MAX */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>