Put a HAVE_CONFIG_H guard around the inclusion of nmap_config.h in nse_nsock.h.

This commit is contained in:
david 2009-08-14 04:15:33 +00:00
parent 3cc4ec9939
commit 45380cf202

View file

@ -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 *);