diff options
| author | Mikhail Romanko <me@blankhex.com> | 2024-06-12 12:09:59 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2024-06-12 12:09:59 +0300 |
| commit | bfa33b377872d3fb7aa471e8a0af3382081971f3 (patch) | |
| tree | e695411f7541055b3238c76e709a7416980c7202 /include/bh/internal/bh.h | |
| parent | 5762484550ddf65c7d26515211534e200ec79536 (diff) | |
| download | bhlib-old-bfa33b377872d3fb7aa471e8a0af3382081971f3.tar.gz | |
Add internal configuration file, add missing includes, rename some options
Diffstat (limited to 'include/bh/internal/bh.h')
| -rw-r--r-- | include/bh/internal/bh.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bh/internal/bh.h b/include/bh/internal/bh.h new file mode 100644 index 0000000..5738c88 --- /dev/null +++ b/include/bh/internal/bh.h @@ -0,0 +1,7 @@ +#ifndef BH_INTERNAL_H +#define BH_INTERNAL_H + +#include <bh/bh.h> +#include <bh/internal/config.h> + +#endif /* BH_INTERNAL_H */
\ No newline at end of file |
