Wrap stdint.h in ifdef.

This commit is contained in:
Darren Tucker 2024-09-10 18:45:55 +10:00
parent ff714f001d
commit f4ff91575a
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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>