diff options
-rw-r--r-- | src/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c index 8a2dd73..a28f138 100644 --- a/src/client.c +++ b/src/client.c @@ -52,6 +52,7 @@ #include "userhost.h" #include "watch.h" #include "rng_mt.h" +#include "parse.h" dlink_list listing_client_list = { NULL, NULL, 0 }; /* Pointer to beginning of Client list */ |