Skip to content

Commit

Permalink
Fix compilation with gcc 4.7
Browse files Browse the repository at this point in the history
git-svn-id: https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk@179 36490176-9c1c-0410-b649-dbf2af5787bf
  • Loading branch information
too-tired committed May 21, 2012
1 parent af1fa5c commit c3b4f89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012-05-21 Michael Riepe <[email protected]>

* src/main.cpp:
Fix compilation with gcc 4.7.

2011-04-29 Michael Riepe <[email protected]>

* src/playaudio.cpp:
Expand Down
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <string>
#include <list>

#include <unistd.h>

#ifdef HAVE_LIB_AO
#include <ao/ao.h>
#endif // HAVE_LIB_AO
Expand Down

0 comments on commit c3b4f89

Please sign in to comment.