Compiles with g++.

This commit is contained in:
Diego Nehab 2004-07-01 05:35:35 +00:00
parent a7d5362caf
commit 197aef23ce
5 changed files with 21 additions and 12 deletions

View file

@ -1,6 +1,12 @@
-----------------------------------------------------------------------------
-- LPD support for the Lua language
-- LuaSocket toolkit.
-- Author: David Burgess
-- Modified by Diego Nehab, but David is in charge
-- RCS ID: $Id$
-----------------------------------------------------------------------------
--[[
if you have any questions RFC 1179
if you have any questions: RFC 1179
]]
-- make sure LuaSocket is loaded
local socket = require("socket")