]> git.sesse.net Git - vlc/commit
lua: fix compilation
authorKO Myung-Hun <komh78@gmail.com>
Wed, 26 Jun 2013 12:41:23 +0000 (21:41 +0900)
committerRafaël Carré <funman@videolan.org>
Wed, 26 Jun 2013 15:53:45 +0000 (17:53 +0200)
commit6eb6e32d5a52deb92ce25dd8245510e216c3edaf
tree19936e623b77fc682b12d6f99ad27ae9fc444c09
parent06005e87c76e739b1dd8a8003696571c184cf133
lua: fix compilation

Include unistd.h to fix the following error.

----
  CC       liblua_plugin_la-intf.lo
  intf.c: In function 'Start_LuaIntf':
  intf.c:372: error: implicit declaration of function 'close'
----

Signed-off-by: Rafaël Carré <funman@videolan.org>
modules/lua/intf.c