diff src/audacious/playlist.h @ 2633:c079e507869a trunk

[svn] - use a managed heap for playlist entry node allocation.
author nenolod
date Tue, 20 Mar 2007 22:00:11 -0700
parents 68d1e9761cc5
children 704437e446d2
line wrap: on
line diff
--- a/src/audacious/playlist.h	Tue Mar 20 21:40:54 2007 -0700
+++ b/src/audacious/playlist.h	Tue Mar 20 22:00:11 2007 -0700
@@ -23,6 +23,7 @@
 #ifndef PLAYLIST_H
 #define PLAYLIST_H
 
+#include <mowgli.h>
 #include <glib.h>
 #include "audacious/titlestring.h"
 #include "input.h"