COMP: Add include of <limits.h> to get USHRT_MAX constant.

This commit is contained in:
Brad King 2008-01-24 07:31:59 -05:00
parent 8b1117e6c9
commit f5d86035f2
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include <cmsys/SystemTools.hxx>
#include <cmsys/Glob.hxx>
#include <limits.h> // USHRT_MAX
// NOTE:
// A debian package .deb is simply an 'ar' archive. The only subtle difference
// is that debian uses the BSD ar style archive whereas most Linux distro have