summaryrefslogtreecommitdiffstats
path: root/src/cli/win32/sighandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/win32/sighandler.c')
-rw-r--r--src/cli/win32/sighandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/win32/sighandler.c b/src/cli/win32/sighandler.c
index cc0b646..05a67fb 100644
--- a/src/cli/win32/sighandler.c
+++ b/src/cli/win32/sighandler.c
@@ -8,7 +8,7 @@
#include "git2_util.h"
#include <windows.h>
-#include "cli.h"
+#include "sighandler.h"
static void (*interrupt_handler)(void) = NULL;