COMP: Add include of <limits.h> to get USHRT_MAX constant.
This commit is contained in:
parent
8b1117e6c9
commit
f5d86035f2
|
@ -24,6 +24,8 @@
|
||||||
#include <cmsys/SystemTools.hxx>
|
#include <cmsys/SystemTools.hxx>
|
||||||
#include <cmsys/Glob.hxx>
|
#include <cmsys/Glob.hxx>
|
||||||
|
|
||||||
|
#include <limits.h> // USHRT_MAX
|
||||||
|
|
||||||
// NOTE:
|
// NOTE:
|
||||||
// A debian package .deb is simply an 'ar' archive. The only subtle difference
|
// 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
|
// is that debian uses the BSD ar style archive whereas most Linux distro have
|
||||||
|
|
Loading…
Reference in New Issue