diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-07-17 23:51:34 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-07-17 23:51:34 +0200 |
commit | b2a4d38e8c7ccee495845e6be7d36d9ec0771ea8 (patch) | |
tree | 8dff8b9262e3930a5d3c3265140bcfa8a2812f75 /src/common.c | |
parent | 86e3ae951e5faf6811bcffa0ac831da8b84f4197 (diff) | |
download | xK-b2a4d38e8c7ccee495845e6be7d36d9ec0771ea8.tar.gz xK-b2a4d38e8c7ccee495845e6be7d36d9ec0771ea8.tar.xz xK-b2a4d38e8c7ccee495845e6be7d36d9ec0771ea8.zip |
Implement TIME, VERSION, MOTD, LUSERS
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 73f8e5c..4b72e39 100644 --- a/src/common.c +++ b/src/common.c @@ -43,6 +43,7 @@ #include <regex.h> #include <libgen.h> #include <syslog.h> +#include <fnmatch.h> #include <sys/socket.h> #include <sys/types.h> |