summaryrefslogtreecommitdiff
path: root/sdk/recipes/files/libtre/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/files/libtre/regex.h')
-rw-r--r--sdk/recipes/files/libtre/regex.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdk/recipes/files/libtre/regex.h b/sdk/recipes/files/libtre/regex.h
new file mode 100644
index 0000000..961651e
--- /dev/null
+++ b/sdk/recipes/files/libtre/regex.h
@@ -0,0 +1,8 @@
+#ifndef _REGEX_H
+#define _REGEX_H
+
+/* Compatibility header */
+
+#include <tre/regex.h>
+
+#endif