summaryrefslogtreecommitdiffstats
path: root/src/cli/unix/sighandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/unix/sighandler.c')
-rw-r--r--src/cli/unix/sighandler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli/unix/sighandler.c b/src/cli/unix/sighandler.c
index 6b4982d..05ac867 100644
--- a/src/cli/unix/sighandler.c
+++ b/src/cli/unix/sighandler.c
@@ -8,7 +8,8 @@
#include <stdint.h>
#include <signal.h>
#include "git2_util.h"
-#include "cli.h"
+#include "common.h"
+#include "sighandler.h"
static void (*interrupt_handler)(void) = NULL;