summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libFLAC/md5.c')
-rw-r--r--apps/codecs/libFLAC/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libFLAC/md5.c b/apps/codecs/libFLAC/md5.c
index 9679387db9..a9154e0980 100644
--- a/apps/codecs/libFLAC/md5.c
+++ b/apps/codecs/libFLAC/md5.c
@@ -23,7 +23,7 @@
23 * Still in the public domain. 23 * Still in the public domain.
24 */ 24 */
25 25
26#include <stdlib.h> /* for malloc() */ 26#include "global.h" /* for malloc() */
27#include <string.h> /* for memcpy() */ 27#include <string.h> /* for memcpy() */
28 28
29#include "private/md5.h" 29#include "private/md5.h"