aboutgitcodebugslistschat
path: root/repair.h
diff options
context:
space:
mode:
Diffstat (limited to 'repair.h')
-rw-r--r--repair.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/repair.h b/repair.h
index ab27e67..f39c237 100644
--- a/repair.h
+++ b/repair.h
@@ -6,6 +6,8 @@
#ifndef REPAIR_H
#define REPAIR_H
+#include <stdint.h>
+
void repair_sock_init(const struct ctx *c);
int repair_listen_handler(struct ctx *c, uint32_t events);
void repair_handler(struct ctx *c, uint32_t events);