From 216ca573381446be26f5e2cd2491ed57ba3e730d Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 17 Dec 2012 22:53:52 -0500 Subject: [PATCH] missed uncommenting header --- libs/sipcc/core/sipstack/httpish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sipcc/core/sipstack/httpish.c b/libs/sipcc/core/sipstack/httpish.c index ed4a87a243..f909a7baf2 100644 --- a/libs/sipcc/core/sipstack/httpish.c +++ b/libs/sipcc/core/sipstack/httpish.c @@ -11,7 +11,7 @@ #include #include -//#include "plstr.h" +#include "plstr.h" #include "cpr_types.h" #include "cpr_stdio.h" #include "cpr_stdlib.h"