From a0983938dd66c3ff67bc87279ebe05f14bc692f2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 10 Feb 2021 17:39:59 +0100 Subject: Translating, added rc script --- src/n_notify.c | 2 +- src/n_speak.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/n_notify.c b/src/n_notify.c index 3798986..f88f6b5 100644 --- a/src/n_notify.c +++ b/src/n_notify.c @@ -10,7 +10,7 @@ /* */ /****************************************************************************************/ -#include +#include "n_notify.h" void n_notify diff --git a/src/n_speak.c b/src/n_speak.c index a1266c7..53bcdd0 100644 --- a/src/n_speak.c +++ b/src/n_speak.c @@ -10,7 +10,7 @@ /* */ /****************************************************************************************/ -#include +#include "n_speak.h" void n_speak(const char *msg) -- cgit v1.2.3