forked from mia/Aegisub
Add extern "C" around libosxutil.h.
Originally committed to SVN as r2670.
This commit is contained in:
parent
9a5ec0d574
commit
302f12b472
1 changed files with 2 additions and 0 deletions
|
@ -48,7 +48,9 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
extern "C" {
|
||||
#include "libosxutil/libosxutil.h"
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue