1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19:03 +00:00

Change reason.cc/h to portreasons.cc/h. This is because of a reason.h on Windows which causes compilation problems. A workaround was employed, but this is incase it pops up again. I also changed the recent CHANGELOG entry mentioning reason.h so there's no confusion

This commit is contained in:
kris
2007-08-15 19:26:26 +00:00
parent 396ee9bc32
commit d073a19105
10 changed files with 15 additions and 15 deletions

View File

@@ -108,7 +108,7 @@
#include "NmapOps.h"
#include "NmapOutputTable.h"
#include "MACLookup.h"
#include "reason.h"
#include "portreasons.h"
#include "protocols.h"
#include "nmap_rpc.h"
#include "Target.h"