From 9f4c2abcc8655cabe263bef38f6323ebd8b7cc32 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 29 Dec 2010 20:44:01 +0000 Subject: Add libtre to the SDK. Also install a regex.h compatibility header so it gets used svn path=/toolchains/; revision=11145 --- sdk/recipes/files/libtre/regex.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sdk/recipes/files/libtre/regex.h (limited to 'sdk/recipes/files') 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 + +#endif -- cgit v1.2.3