Add extern "C" around libosxutil.h.

Originally committed to SVN as r2670.
This commit is contained in:
Amar Takhar 2009-01-07 07:35:28 +00:00
parent 9a5ec0d574
commit 302f12b472
1 changed files with 2 additions and 0 deletions

View File

@ -48,7 +48,9 @@
#include <unistd.h>
#endif
#ifdef __APPLE__
extern "C" {
#include "libosxutil/libosxutil.h"
}
#endif