1
0
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:
david
2013-02-09 22:46:47 +00:00
parent ce51d8c4da
commit 8fbc54e86d

View File

@@ -3,7 +3,9 @@
#include "portlist.h"
#if HAVE_STDINT_H
#include <stdint.h>
#endif
/* int nseU_traceback (lua_State *L)
*