serial.c: pragma visibiliity
This commit is contained in:
parent
c2245f35c5
commit
c8b9b40eda
1 changed files with 2 additions and 5 deletions
|
@ -4,15 +4,12 @@
|
|||
\*=========================================================================*/
|
||||
#include "luasocket.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
#include "auxiliar.h"
|
||||
#include "socket.h"
|
||||
#include "options.h"
|
||||
#include "unix.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue