mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Put a HAVE_CONFIG_H guard around the inclusion of nmap_config.h in nse_nsock.h.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user