mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Use a HAVE_STDINT_H guard.
This include file isn't present when building with Visual C++ 2008, but the file compiles without it.
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
#include "portlist.h"
|
#include "portlist.h"
|
||||||
|
|
||||||
|
#if HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* int nseU_traceback (lua_State *L)
|
/* int nseU_traceback (lua_State *L)
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user