#include <string> #include <map> extern "C" { /* From load.cc */ /* Maps of the cablemodem states */ extern std::map<std::string, std::string> cm_map; extern std::map<std::string, std::string> option122_map; }