mirror of
https://review.haiku-os.org/haiku
synced 2025-01-30 18:24:53 +01:00
17 lines
298 B
C
17 lines
298 B
C
|
#ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|
||
|
#define _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|
||
|
|
||
|
// Include the darwin port of gnuregex
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include </opt/local/include/gnuregex.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif // _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|