mirror of
https://review.haiku-os.org/haiku
synced 2025-02-12 00:28:19 +01:00
This reverts commit ca087b05323d3c05f7fe807df017ce4133604b67. Mac OS X requires libgnuregex for Keymap
11 lines
232 B
C
11 lines
232 B
C
#ifndef _HAIKU_BUILD_COMPATIBILITY_FREEBSD_REGEX
|
|
#define _HAIKU_BUILD_COMPATIBILITY_FREEBSD_REGEX
|
|
|
|
|
|
// There's no <regex.h> in FreeBSD, but <gnu/regex.h>.
|
|
|
|
#include <gnu/regex.h>
|
|
|
|
|
|
#endif // _HAIKU_BUILD_COMPATIBILITY_FREEBSD_REGEX
|