Adjust Solution.pm to set HAVE_STDINT_H.
We're not testing that anywhere anymore, but for consistency, it should get defined.
This commit is contained in:
parent
b24e125696
commit
ec4a7851d5
@ -342,7 +342,7 @@ sub GenerateFiles
|
||||
HAVE_SPINLOCKS => 1,
|
||||
HAVE_SRANDOM => undef,
|
||||
HAVE_STDBOOL_H => 1,
|
||||
HAVE_STDINT_H => undef,
|
||||
HAVE_STDINT_H => 1,
|
||||
HAVE_STDLIB_H => 1,
|
||||
HAVE_STRCHRNUL => undef,
|
||||
HAVE_STRERROR_R => undef,
|
||||
|
Loading…
x
Reference in New Issue
Block a user