1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Move osscan-related structs to osscan.h from global_structures.h

This commit is contained in:
dmiller
2015-06-23 15:53:02 +00:00
parent 764cb886ae
commit 2e602435f5
6 changed files with 71 additions and 71 deletions

View File

@@ -126,6 +126,7 @@
#ifndef NMAP_OPS_H
#define NMAP_OPS_H
#include "osscan.h" /* FingerPrintDB */
#include "output.h"
#include <nsock.h>
#include <string>