Skip to content

Commit

Permalink
Fix missing headers when compiling under mac 10.5
Browse files Browse the repository at this point in the history
Why it worked without them, not sure.. They certainly should have been there to start with

Conflicts:

	mythtv/libs/libmythupnp/mmulticastsocketdevice.cpp

[cherry-picked from b522d60]
  • Loading branch information
jyavenard committed Mar 8, 2012
1 parent 191ad22 commit 52ede76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmyth/mythcdrom-darwin.cpp
@@ -1,5 +1,6 @@
#include <errno.h>
#include <sys/fcntl.h>
#include <unistd.h> // for close definition

#include <IOKit/storage/IOCDMediaBSDClient.h>
#include <IOKit/storage/IODVDMediaBSDClient.h>
Expand Down

0 comments on commit 52ede76

Please sign in to comment.