1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Fixes for Windows build from Lua header rearrangements

This commit is contained in:
dmiller
2018-11-08 04:55:29 +00:00
parent 8b2f8dbad2
commit 5c83c3d2a5
3 changed files with 9 additions and 0 deletions

View File

@@ -130,6 +130,8 @@
#ifndef _NCAT_LUA_H
#define _NCAT_LUA_H
#include "ncat_config.h"
#ifdef __cplusplus
extern "C" {
#endif