diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 21:12:56 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 21:12:56 +0200 |
commit | 245ff38498f53b5ad97414e7b24b4a0bb5de05f8 (patch) | |
tree | 4a7d70eaa0c72f2c83c5b292ace01b55f58f45e3 /kike.c | |
parent | 4d4bdc1e6ab4fd380499876b8efd67b5823748d5 (diff) | |
download | xK-245ff38498f53b5ad97414e7b24b4a0bb5de05f8.tar.gz xK-245ff38498f53b5ad97414e7b24b4a0bb5de05f8.tar.xz xK-245ff38498f53b5ad97414e7b24b4a0bb5de05f8.zip |
Prepare for a custom logger in degesch
Diffstat (limited to 'kike.c')
-rw-r--r-- | kike.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #undef PROGRAM_NAME #define PROGRAM_NAME "kike" +#define WANT_SYSLOG_LOGGING #include "common.c" #include "kike-replies.c" #include <nl_types.h> |