Staging: hv: fix oops in vmbus - missing #include
[safe/jmp/linux-2.6] / drivers / staging / hv / ChannelMgmt.h
index 2782328..fa973d8 100644 (file)
@@ -26,6 +26,7 @@
 #define _CHANNEL_MGMT_H_
 
 #include <linux/list.h>
+#include <linux/timer.h>
 #include "RingBuffer.h"
 #include "VmbusChannelInterface.h"
 #include "VmbusPacketFormat.h"