summary refs log tree commit diff
path: root/bounce.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bounce.c (renamed from bouncer.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bouncer.c b/bounce.c
index 0d1d551..b3d8b33 100644
--- a/bouncer.c
+++ b/bounce.c
@@ -24,7 +24,7 @@
 #include <tls.h>
 #include <unistd.h>
 
-#include "bouncer.h"
+#include "bounce.h"
 
 static char *censor(char *arg) {
 	char *dup = strdup(arg);