Code

wreadln: fix #ifdef for WIN32
[ncmpc.git] / src / strfsong.c
index 2d88d1f4b9e16908ea5a9c08d38494d5e494d9dd..b64c350ba6dace76d83b8c70f0dd49d591b1eefc 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -19,7 +19,7 @@
 
 #include "strfsong.h"
 #include "charset.h"
-#include "utils.h"
+#include "time_format.h"
 
 #include <mpd/client.h>