mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
src/libFLAC/memory.c : Wrap inclusion of <stdint.h> in #ifdef.
Lack of the #ifdef was causing problems on VS2008.
This commit is contained in:
@@ -34,7 +34,9 @@
|
|||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "private/memory.h"
|
#include "private/memory.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user