mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
bug fixing
This commit is contained in:
parent
b3923483ea
commit
87e4e19e02
20 changed files with 233 additions and 164 deletions
6
utils.h
6
utils.h
|
|
@ -102,15 +102,15 @@
|
|||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#ifdef WIN32
|
||||
#include "mswin32\winclude.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#ifdef WIN32
|
||||
#include "mswin32\winclude.h"
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
|
||||
#if HAVE_NETINET_IN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue