From 7627b2c187ca10ed4569d37ce2b12ff95b00ba33 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 12 Sep 2012 17:34:50 -0400 Subject: Split the generic config_fmt_t code into a new confparse.c file This helps us split up one of our larger files, and sets the stage for refactoring the configuration backend a little --- src/test/test_config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test_config.c') diff --git a/src/test/test_config.c b/src/test/test_config.c index ff251a24d8..d9fcd8b35b 100644 --- a/src/test/test_config.c +++ b/src/test/test_config.c @@ -6,6 +6,7 @@ #include "orconfig.h" #include "or.h" #include "config.h" +#include "confparse.h" #include "connection_edge.h" #include "test.h" -- cgit v1.2.3-54-g00ecf