mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 18:48:19 +00:00
Put a HAVE_CONFIG_H guard around the inclusion of nmap_config.h in nse_nsock.h.
This commit is contained in:
parent
3cc4ec9939
commit
45380cf202
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#ifndef NMAP_LUA_NSOCK_H
|
||||
#define NMAP_LUA_NSOCK_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "nmap_config.h"
|
||||
#endif
|
||||
|
||||
int luaopen_nsock(lua_State *);
|
||||
int l_nsock_new(lua_State *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue