summaryrefslogtreecommitdiff
path: root/ot_clean.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_clean.c')
-rw-r--r--ot_clean.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ot_clean.c b/ot_clean.c
index e8d2841..308c848 100644
--- a/ot_clean.c
+++ b/ot_clean.c
@@ -5,9 +5,11 @@
5#include <stdlib.h> 5#include <stdlib.h>
6#include <string.h> 6#include <string.h>
7#include <pthread.h> 7#include <pthread.h>
8#include <sys/uio.h>
8 9
9/* Libowfat */ 10/* Libowfat */
10#include "byte.h" 11#include "byte.h"
12#include "io.h"
11 13
12/* Opentracker */ 14/* Opentracker */
13#include "trackerlogic.h" 15#include "trackerlogic.h"