aboutsummaryrefslogtreecommitdiff
path: root/hw/lan9118.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-01-13 17:07:19 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2012-01-13 10:20:50 -0600
commit49d4d9b63ebb0d487e80d3d85a75d8256d313df9 (patch)
treeff92e1fcc0967d13d361224fae952415e0b4f6cc /hw/lan9118.c
parentfbc15e27f760b45c74c9ed7de07d2a7dd13d2034 (diff)
ptimer: move declarations to ptimer.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/lan9118.c')
-rw-r--r--hw/lan9118.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/lan9118.c b/hw/lan9118.c
index 7e64c5dee3..341a52142f 100644
--- a/hw/lan9118.c
+++ b/hw/lan9118.c
@@ -11,6 +11,7 @@
#include "net.h"
#include "devices.h"
#include "sysemu.h"
+#include "ptimer.h"
/* For crc32 */
#include <zlib.h>