diff options
Diffstat (limited to 'src/input/media_helper.h')
-rw-r--r-- | src/input/media_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/media_helper.h b/src/input/media_helper.h index 3d2773428..a8e376fdc 100644 --- a/src/input/media_helper.h +++ b/src/input/media_helper.h @@ -15,14 +15,14 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * */ #ifndef HAVE_MEDIA_HELPER_H #define HAVE_MEDIA_HELPER_H -#include "xine_internal.h" +#include <xine/xine_internal.h> int media_eject_media (xine_t *xine, const char *device); |