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/buffer.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/buffer.h')
| -rw-r--r-- | include/bh/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bh/buffer.h b/include/bh/buffer.h index 35c89cc..b3a891f 100644 --- a/include/bh/buffer.h +++ b/include/bh/buffer.h @@ -1,6 +1,7 @@ #ifndef BH_BUFFER_H #define BH_BUFFER_H +#include "bh.h" #include "io.h" typedef struct bh_buffer_s bh_buffer_t; |
