diff options
Diffstat (limited to 'src/luasocket.h')
-rw-r--r-- | src/luasocket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index c7d09d8..0143fa7 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -8,10 +8,10 @@ | |||
8 | * | 8 | * |
9 | * RCS ID: $Id$ | 9 | * RCS ID: $Id$ |
10 | \*=========================================================================*/ | 10 | \*=========================================================================*/ |
11 | #include <lua.h> | 11 | #include "lua.h" |
12 | 12 | ||
13 | /*-------------------------------------------------------------------------*\ | 13 | /*-------------------------------------------------------------------------*\ |
14 | * Current luasocket version | 14 | * Current socket library version |
15 | \*-------------------------------------------------------------------------*/ | 15 | \*-------------------------------------------------------------------------*/ |
16 | #define LUASOCKET_VERSION "LuaSocket 2.0" | 16 | #define LUASOCKET_VERSION "LuaSocket 2.0" |
17 | #define LUASOCKET_COPYRIGHT "Copyright (C) 2004-2005 Diego Nehab" | 17 | #define LUASOCKET_COPYRIGHT "Copyright (C) 2004-2005 Diego Nehab" |