From 21792386d835903d2f9e2d04a1860d60bb8488e2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Aug 2012 09:15:34 +0200 Subject: time_print: new library, function time_print() Implements error checking for the gmtime_r() call, which was missing in two code locations. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4e84dc30e..7641758ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -186,6 +186,7 @@ mpd_headers = \ src/replay_gain_info.h \ src/replay_gain_ape.h \ src/sig_handlers.h \ + src/time_print.c src/time_print.h \ src/song.h \ src/song_print.h \ src/song_save.h \ -- cgit v1.2.3