mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Patch from David Yeo to conditionally include <inttypes.h>.
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
|
||||
#include "share/grabbag.h"
|
||||
#include "FLAC/assert.h"
|
||||
#if HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user