1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Include nmap.h in portreasons.h. This fixes a compilation problem on OpenBSD.

This commit is contained in:
david
2007-10-17 05:03:34 +00:00
parent abf3ad1d81
commit 45d54d11f1

View File

@@ -102,6 +102,8 @@
#ifndef REASON_H
#define REASON_H
#include "nmap.h"
#ifdef WIN32
#include "winsock2.h"
#else