aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2005-12-31 03:23:46 +0000
committerEric Wong <normalperson@yhbt.net>2005-12-31 03:23:46 +0000
commit63475b5a684a5e622e22172e0cc22895e88a03c1 (patch)
tree69e8f4a8c97914a077f6e9b871dbf48de8f80445 /src/main.c
parentdeac206b1ec519ddb7e3aa33d0471985a21c0c2a (diff)
downloadmpd-63475b5a684a5e622e22172e0cc22895e88a03c1.tar.gz
mpd-63475b5a684a5e622e22172e0cc22895e88a03c1.tar.xz
mpd-63475b5a684a5e622e22172e0cc22895e88a03c1.zip
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
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5baf3dea1..7b05e7c14 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,6 +38,7 @@
#include "tagTracker.h"
#include "dbUtils.h"
#include "../config.h"
+#include "utils.h"
#include <stdio.h>
#include <sys/select.h>