mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49: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:
parent
ce51d8c4da
commit
8fbc54e86d
1 changed files with 2 additions and 0 deletions
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
#include "portlist.h"
|
||||
|
||||
#if HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/* int nseU_traceback (lua_State *L)
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue