diff options
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 2938b52..73df8b3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
@@ -3,6 +3,8 @@ | |||
3 | * Lua methods: | 3 | * Lua methods: |
4 | * send: unbuffered send using C base_send | 4 | * send: unbuffered send using C base_send |
5 | * receive: buffered read using C base_receive | 5 | * receive: buffered read using C base_receive |
6 | * | ||
7 | * RCS ID: $Id$ | ||
6 | \*=========================================================================*/ | 8 | \*=========================================================================*/ |
7 | #include <lua.h> | 9 | #include <lua.h> |
8 | #include <lauxlib.h> | 10 | #include <lauxlib.h> |