Mercurial > audlegacy-plugins
diff src/paranormal/plugin.c @ 2097:6e4ad45c21d6
make it build on MacOS again
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 19 Oct 2007 05:27:20 -0500 |
| parents | 3b034150d31e |
| children | a509498d76b9 |
line wrap: on
line diff
--- a/src/paranormal/plugin.c Thu Oct 18 21:40:46 2007 +0200 +++ b/src/paranormal/plugin.c Fri Oct 19 05:27:20 2007 -0500 @@ -39,8 +39,8 @@ #include <gtk/gtk.h> #include <audacious/plugin.h> #include <audacious/util.h> -#include <SDL/SDL.h> -#include <SDL/SDL_thread.h> +#include <SDL.h> +#include <SDL_thread.h> #include "paranormal.h" #include "actuators.h"
