diff options
Diffstat (limited to 'src/pool.h')
| -rw-r--r-- | src/pool.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pool.h b/src/pool.h index 4f0b906a5..7b0ae78cb 100644 --- a/src/pool.h +++ b/src/pool.h @@ -1,3 +1,9 @@ +/* +** pool.h - memory pool +** +** See Copyright Notice in mruby.h +*/ + #include "mruby.h" #include <stddef.h> |
