first pass at making an integer-only flavor of the libraries. move FLAC__real out...
[platform/upstream/flac.git] / src / libFLAC / include / private / memory.h
index 0445ba0..fc4e99a 100644 (file)
 #ifndef FLAC__PRIVATE__MEMORY_H
 #define FLAC__PRIVATE__MEMORY_H
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdlib.h> /* for size_t */
 
+#include "private/float.h"
 #include "FLAC/ordinals.h" /* for FLAC__bool */
 
 /* Returns the unaligned address returned by malloc.