diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-01 03:55:59 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-01 03:55:59 +0000 |
commit | 5dfc61d0bbe85569d6b2b2da51f2554db577b561 (patch) | |
tree | e0c419c1f2ed99037a5854cb7519c3d9fba40299 | |
parent | 3ab984176452000cc845adfb4afc8808a404a3c6 (diff) | |
download | mpd-5dfc61d0bbe85569d6b2b2da51f2554db577b561.tar.gz mpd-5dfc61d0bbe85569d6b2b2da51f2554db577b561.tar.xz mpd-5dfc61d0bbe85569d6b2b2da51f2554db577b561.zip |
need to include utils.h for my_usleep
git-svn-id: https://svn.musicpd.org/mpd/trunk@579 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | src/mp3_decode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mp3_decode.c b/src/mp3_decode.c index d1bbb0c32..618f6f5ef 100644 --- a/src/mp3_decode.c +++ b/src/mp3_decode.c @@ -35,6 +35,7 @@ #endif #include "playerData.h" #include "log.h" +#include "utils.h" #include <stdio.h> #include <string.h> |