Curtick: Fix mysql.cc build needing curTick.

This commit is contained in:
Gabe Black 2011-01-10 04:53:20 -08:00
parent dc64732dee
commit df14312e08

View file

@ -45,6 +45,7 @@
#include "base/str.hh"
#include "base/types.hh"
#include "base/userinfo.hh"
#include "sim/core.hh"
using namespace std;