Commit 63475b5a authored by Eric Wong's avatar Eric Wong

r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800

Fix a couple of warnings (sbh, from oggflac branch) git-svn-id: https://svn.musicpd.org/mpd/trunk@3752 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent deac206b
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "player.h" #include "player.h"
#include "list.h" #include "list.h"
#include "dbUtils.h" #include "dbUtils.h"
#include "tagTracker.h"
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include "tagTracker.h" #include "tagTracker.h"
#include "dbUtils.h" #include "dbUtils.h"
#include "../config.h" #include "../config.h"
#include "utils.h"
#include <stdio.h> #include <stdio.h>
#include <sys/select.h> #include <sys/select.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment