int64_t is in stdint.h by default.

This commit is contained in:
ehofman 2005-09-18 09:21:54 +00:00
parent 1ce68a49c6
commit 0a7a815124

View File

@ -34,7 +34,7 @@
#include <stdio.h>
#include <zlib.h>
#ifdef HAVE_STDINT_H
#include <inttypes.h>
# include <stdint.h>
#endif
#include <plib/sg.h>