@@ -25,10 +25,18 @@ #endif #import "OFBridging.h" OF_ASSUME_NONNULL_BEGIN + +#ifdef __cplusplus +extern "C" { +#endif +extern int _OFArray_NSObject_reference; +#ifdef __cplusplus +} +#endif /*! * @category OFArray (NSObject) \ * OFArray+NSObject.h ObjFW-Bridge/OFArray+NSObject.h * @brief Support for bridging OFArrays to NSArrays.