Skip to content

Commit

Permalink
Wrap stdint.h in ifdef.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Sep 10, 2024
1 parent ff714f0 commit f4ff915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kexmlkem768x25519.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#include <sys/types.h>

#include <stdio.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <stdbool.h>
#include <string.h>
#include <signal.h>
Expand Down

0 comments on commit f4ff915

Please sign in to comment.