nisse@lysator.liu.se (Niels Möller) writes:
That said, I'm about to delete nettle-stdint.h, and require that the compiler supplies a <stdint.h> (as was discussed quite a while ago).
I've now merged changes to do that to the master-updates branch. It breaks the gnutls build, see https://gitlab.com/gnutls/nettle/-/jobs/149522724,
In file included from gost/gost28147.c:40: gost/nettle-write.h:40:10: fatal error: nettle/nettle-stdint.h: No such file or directory #include <nettle/nettle-stdint.h> ^~~~~~~~~~~~~~~~~~~~~~~~
Is this easy to fix (e.g., include nettle-types.h instead?), or should I add an installed header nettle/nettle-stdint.h containing only
#include <stdint.h>
?
Regards, /Niels