diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
commit | a32c6d91402329adb769c4fe8bbb24f0d4e99051 (patch) | |
tree | 8b3f574b479e84bd9fe086db49cbab551eac75c8 /src/options.c | |
parent | 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (diff) | |
download | luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.gz luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.bz2 luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.zip |
Almost ready to release.
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index c9e69f0..5236a3f 100644 --- a/src/options.c +++ b/src/options.c | |||
@@ -4,9 +4,10 @@ | |||
4 | * | 4 | * |
5 | * RCS ID: $Id$ | 5 | * RCS ID: $Id$ |
6 | \*=========================================================================*/ | 6 | \*=========================================================================*/ |
7 | #include <lauxlib.h> | ||
8 | #include <string.h> | 7 | #include <string.h> |
9 | 8 | ||
9 | #include "lauxlib.h" | ||
10 | |||
10 | #include "auxiliar.h" | 11 | #include "auxiliar.h" |
11 | #include "options.h" | 12 | #include "options.h" |
12 | #include "inet.h" | 13 | #include "inet.h" |