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
This commit is contained in:
Eric Wong 2005-12-31 03:23:46 +00:00
parent deac206b1e
commit 63475b5a68
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include "player.h"
#include "list.h"
#include "dbUtils.h"
#include "tagTracker.h"
#include <string.h>
#include <sys/types.h>

View File

@ -38,6 +38,7 @@
#include "tagTracker.h"
#include "dbUtils.h"
#include "../config.h"
#include "utils.h"
#include <stdio.h>
#include <sys/select.h>