Move functions only needed by audiod from stat.c to audiod_command.c.
[paraslash.git] / dccp_recv.c
index 93dea809d88009b717e1338c4d32cfddd06bea05..58c969a255335461d0481e8864ec79fb41269dac 100644 (file)
@@ -11,6 +11,7 @@
  * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
  */
 
+#include <regex.h>
 #include <sys/types.h>
 #include <dirent.h>
 
@@ -157,4 +158,5 @@ void dccp_recv_init(struct receiver *r)
                .short_help = dccp_recv_args_info_help,
                .detailed_help = dccp_recv_args_info_detailed_help
        };
+       dccp_recv_cmdline_parser_free(&dummy);
 }