diff options
Diffstat (limited to 'src/dev/net/etherdump.cc')
-rw-r--r-- | src/dev/net/etherdump.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/net/etherdump.cc b/src/dev/net/etherdump.cc index 1fe462764..64444d578 100644 --- a/src/dev/net/etherdump.cc +++ b/src/dev/net/etherdump.cc @@ -38,7 +38,7 @@ #include <algorithm> #include <string> -#include "base/misc.hh" +#include "base/logging.hh" #include "base/output.hh" #include "sim/core.hh" |