Wrap stdint.h in ifdef HAVE_STDINT_H.
This commit is contained in:
parent
429170f273
commit
1af3354aea
|
@ -16,7 +16,9 @@
|
|||
|
||||
#include "includes.h"
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue