From 45d54d11f1a8f06472de1ce79ab1644009839667 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 17 Oct 2007 05:03:34 +0000 Subject: [PATCH] Include nmap.h in portreasons.h. This fixes a compilation problem on OpenBSD. --- portreasons.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portreasons.h b/portreasons.h index d43f3e571..9f9e5a04d 100644 --- a/portreasons.h +++ b/portreasons.h @@ -102,6 +102,8 @@ #ifndef REASON_H #define REASON_H +#include "nmap.h" + #ifdef WIN32 #include "winsock2.h" #else