diff options
Diffstat (limited to 'src/except.h')
| -rw-r--r-- | src/except.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/except.h b/src/except.h index 2497c05..baa7b09 100644 --- a/src/except.h +++ b/src/except.h | |||
| @@ -31,8 +31,12 @@ | |||
| 31 | * exceptions on error, but that don't interrupt the user script. | 31 | * exceptions on error, but that don't interrupt the user script. |
| 32 | \*=========================================================================*/ | 32 | \*=========================================================================*/ |
| 33 | 33 | ||
| 34 | #include "lua.h" | 34 | #include "luasocket.h" |
| 35 | |||
| 36 | #pragma GCC visibility push(hidden) | ||
| 35 | 37 | ||
| 36 | int except_open(lua_State *L); | 38 | int except_open(lua_State *L); |
| 37 | 39 | ||
| 40 | #pragma GCC visibility pop | ||
| 41 | |||
| 38 | #endif | 42 | #endif |
