diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-01-07 16:15:58 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-01-07 16:15:58 +0000 |
commit | 66b9606131b15c87650523d677d70277878480f6 (patch) | |
tree | 8c90ee335e8f3fa91c96cdc8518ea8cf9d34cfca | |
parent | 366c0bd58ce28e63f4832704f76d8c4c9368da17 (diff) | |
download | illumos-joyent-66b9606131b15c87650523d677d70277878480f6.tar.gz |
10063 basic support for smatch [fix another build error]
-rw-r--r-- | usr/src/common/pnglite/pnglite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/common/pnglite/pnglite.c b/usr/src/common/pnglite/pnglite.c index 59b9df1db6..7ea32c002d 100644 --- a/usr/src/common/pnglite/pnglite.c +++ b/usr/src/common/pnglite/pnglite.c @@ -9,6 +9,7 @@ #else #include <stdio.h> #include <stdlib.h> +#include <limits.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> |