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
|