Wrap stdint.h in ifdef HAVE_STDINT_H.

This commit is contained in:
Darren Tucker 2020-01-15 16:22:36 +11:00
parent 429170f273
commit 1af3354aea

View File

@ -16,7 +16,9 @@
#include "includes.h"
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>