Actually put HAVE_STDINT_H around the stdint.h.
This commit is contained in:
parent
73541f29f0
commit
7a01f61be8
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue