Skip to content

Commit c3b4f89

Browse files
author
too-tired
committed
Fix compilation with gcc 4.7
git-svn-id: https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk@179 36490176-9c1c-0410-b649-dbf2af5787bf
1 parent af1fa5c commit c3b4f89

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2012-05-21 Michael Riepe <[email protected]>
2+
3+
* src/main.cpp:
4+
Fix compilation with gcc 4.7.
5+
16
2011-04-29 Michael Riepe <[email protected]>
27

38
* src/playaudio.cpp:

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include <string>
2727
#include <list>
2828

29+
#include <unistd.h>
30+
2931
#ifdef HAVE_LIB_AO
3032
#include <ao/ao.h>
3133
#endif // HAVE_LIB_AO

0 commit comments

Comments
 (0)