summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/asf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/metadata/asf.c')
-rw-r--r--lib/rbcodec/metadata/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/metadata/asf.c b/lib/rbcodec/metadata/asf.c
index b815c09769..b88b8e77fe 100644
--- a/lib/rbcodec/metadata/asf.c
+++ b/lib/rbcodec/metadata/asf.c
@@ -24,6 +24,7 @@
24#include <stdlib.h> 24#include <stdlib.h>
25#include <ctype.h> 25#include <ctype.h>
26#include <inttypes.h> 26#include <inttypes.h>
27#include "platform.h"
27 28
28#include "metadata.h" 29#include "metadata.h"
29#include "replaygain.h" 30#include "replaygain.h"
@@ -31,7 +32,6 @@
31#include "rbunicode.h" 32#include "rbunicode.h"
32#include "metadata_common.h" 33#include "metadata_common.h"
33#include "metadata_parsers.h" 34#include "metadata_parsers.h"
34#include "system.h"
35#include <codecs/libasf/asf.h> 35#include <codecs/libasf/asf.h>
36 36
37/* TODO: Just read the GUIDs into a 16-byte array, and use memcmp to compare */ 37/* TODO: Just read the GUIDs into a 16-byte array, and use memcmp to compare */