chiark / gitweb /
Use hands-off reader in MP3 decoding.
[disorder] / disobedience / misc.c
index 41fcd136cabf74113dd997380f6a46af26b9ab10..a1fdf4d5f7b72d9ec2bdb96097d366f62503f788 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder
- * Copyright (C) 2006-2008 Richard Kettlewell
+ * Copyright (C) 2006-2008, 2010 Richard Kettlewell
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@ struct image {
   const guint8 *data;
 };
 
-#include "images.h"
+#include "../images/images.h"
 
 /* Miscellaneous GTK+ stuff ------------------------------------------------ */