Code

wreadln: use memmove() instead of an temporary buffer
[ncmpc.git] / src / utils.h
index fe913afcef7253307f9bd79246dee9ee5a18441e..0fb1c6868d8f59af94b0be946ce78f4852a52577 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef UTILS_H
 #define UTILS_H
 
+#include "mpdclient.h"
+
+#include <glib.h>
 
 /* functions for lists containing strings */
 GList *string_list_free(GList *string_list);