From 9f77f8b24f7fcce66678b5c73ca82ceb23576536 Mon Sep 17 00:00:00 2001 From: enginix Date: Thu, 30 Jun 2016 15:40:51 +0800 Subject: unix socket: compat lua 5.1 --- src/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 0e4a544..2ffd7d9 100644 --- a/src/makefile +++ b/src/makefile @@ -309,6 +309,7 @@ UNIX_OBJS=\ usocket.$(O) \ unixtcp.$(O) \ unixudp.$(O) \ + compat.$(O) \ unix.$(O) #------ -- cgit v1.2.3-55-g6feb