Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround for mess after including cdio #9

Merged
merged 1 commit into from Mar 20, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/cdda.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
#ifndef CDDA_H
#define CDDA_H

#include <glib.h>

#include <cdio/cdda.h>
#include <cdio/cd_types.h>
#include <cdio/cdio_unconfig.h>

struct con_cdda_decoder {
gchar cdda_buf[CDIO_CD_FRAMESIZE_RAW];
Expand Down
3 changes: 2 additions & 1 deletion src/pragha.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#ifndef PRAGHA_H
#define PRAGHA_H

#include "cdda.h" //should be before config.h, libcdio issue

#if HAVE_CONFIG_H
#include <config.h>
#endif
Expand Down Expand Up @@ -71,7 +73,6 @@
#include <glib/gi18n.h>
#endif

#include "cdda.h"
#include "gtkcellrendererbubble.h"
#include "xml_helper.h"

Expand Down