mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
#include config.h
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
#include "private/memory.h"
|
||||
#include "FLAC/assert.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address)
|
||||
{
|
||||
void *x;
|
||||
|
||||
Reference in New Issue
Block a user