Actually put HAVE_STDINT_H around the stdint.h.

This commit is contained in:
Darren Tucker 2022-08-08 12:17:04 +10:00
parent 73541f29f0
commit 7a01f61be8
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
#include "includes.h"
#include <stdint.h>
#ifdef HAVE_STDINT_H
# include <stdlib.h>
# include <stdint.h>
#endif
#include <stdlib.h>
#ifndef HAVE_ARC4RANDOM_UNIFORM
/*