diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/n_notify.c | 2 | ||||
-rw-r--r-- | src/n_speak.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 <jo_n_notify.h> +#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 <jo_n_speak.h> +#include "n_speak.h" void n_speak(const char *msg) |