From a331939d654624c0f5e82f0d8be53f69bdaa1a59 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 30 Jul 2006 03:57:29 +0000 Subject: fix some warnings introduced in the big malloc-reduction patch The myfprintf bugs that are fixed here were NOT introduced in the last patch, it's just that the stricter warning checks from moving to fprintf caused string format bugs to actually be checked by gcc git-svn-id: https://svn.musicpd.org/mpd/trunk@4484 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/interface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interface.c') diff --git a/src/interface.c b/src/interface.c index a75890ac4..130deffad 100644 --- a/src/interface.c +++ b/src/interface.c @@ -25,6 +25,7 @@ #include "playlist.h" #include "permission.h" #include "sllist.h" +#include "utils.h" #include #include -- cgit v1.2.3