Skip to content

Commit

Permalink
PR/413: grobian: include limits.h for UINT_MAX on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Dec 28, 2022
1 parent 813b330 commit 52fb1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/softmagic.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "file.h"

#ifndef lint
FILE_RCSID("@(#)$File: softmagic.c,v 1.339 2022/12/26 17:31:14 christos Exp $")
FILE_RCSID("@(#)$File: softmagic.c,v 1.340 2022/12/28 17:47:56 christos Exp $")
#endif /* lint */

#include "magic.h"
Expand All @@ -41,6 +41,7 @@ FILE_RCSID("@(#)$File: softmagic.c,v 1.339 2022/12/26 17:31:14 christos Exp $")
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <limits.h>
#include <time.h>
#include "der.h"

Expand Down

0 comments on commit 52fb1a7

Please sign in to comment.