Browse Source

missing include statement is fixed

Miklos Tirpak 17 years ago
parent
commit
29daf8095e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/tm/t_cancel.h

+ 1 - 0
modules/tm/t_cancel.h

@@ -42,6 +42,7 @@
 #include "../../rpc.h"
 #include "../../rpc.h"
 #include "../../atomic_ops.h"
 #include "../../atomic_ops.h"
 #include "defs.h"
 #include "defs.h"
+#include "h_table.h"
 
 
 
 
 /* a buffer is empty but cannot be used by anyone else;
 /* a buffer is empty but cannot be used by anyone else;