diff --git a/src/http/path.c b/src/http/path.c index 60c2f4c..fb360ed 100644 --- a/src/http/path.c +++ b/src/http/path.c @@ -117,7 +117,7 @@ char *simplify_request_path(const char *str) { return simplified; } -#if TEST_HTTP_PATH +#ifdef TEST_HTTP_PATH int test_simplify_request_path(const char *sample, const char *expected) { char *result = simplify_request_path(sample);