mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
conditionalize #include of stdio.h
This commit is contained in:
@@ -18,10 +18,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
#include "FLAC/format.h"
|
#include "FLAC/format.h"
|
||||||
#include "private/lpc.h"
|
#include "private/lpc.h"
|
||||||
|
#if defined DEBUG || defined FLAC__OVERFLOW_DETECT || defined FLAC__OVERFLOW_DETECT_VERBOSE
|
||||||
|
#include <stdio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef M_LN2
|
#ifndef M_LN2
|
||||||
/* math.h in VC++ doesn't seem to have this (how Microsoft is that?) */
|
/* math.h in VC++ doesn't seem to have this (how Microsoft is that?) */
|
||||||
|
|||||||
Reference in New Issue
Block a user