diff options
-rw-r--r-- | ot_fullscrape.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h index 9ed4376..ef27c5c 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h | |||
@@ -5,8 +5,9 @@ | |||
5 | #define __OT_FULLSCRAPE_H__ | 5 | #define __OT_FULLSCRAPE_H__ |
6 | 6 | ||
7 | #include <io.h> | 7 | #include <io.h> |
8 | #include "ot_mutex.h" | ||
8 | 9 | ||
9 | void fullscrape_init( ); | 10 | void fullscrape_init( ); |
10 | void fullscrape_deliver( int64 socket ); | 11 | void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); |
11 | 12 | ||
12 | #endif | 13 | #endif |