Test HAVE_STDINT_H and bring in <stdint.h> if defined.

This commit is contained in:
thorpej 2006-04-17 16:45:02 +00:00
parent 57de6c70c3
commit 01de58d459
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif