From 2d54b109f67af610357159607ab41f6919ce1b94 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 11 Sep 2009 15:15:35 +0000 Subject: Add memory debug support to THTTPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2033 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/netutils/thttpd/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/netutils/thttpd/Make.defs') diff --git a/nuttx/netutils/thttpd/Make.defs b/nuttx/netutils/thttpd/Make.defs index a80d36abf..532ab4719 100644 --- a/nuttx/netutils/thttpd/Make.defs +++ b/nuttx/netutils/thttpd/Make.defs @@ -34,5 +34,5 @@ ############################################################################ THTTPD_ASRCS = -THTTPD_CSRCS = thttpd.c libhttpd.c timers.c fdwatch.c tdate_parse.c +THTTPD_CSRCS = thttpd.c libhttpd.c httpd_alloc.c timers.c fdwatch.c tdate_parse.c -- cgit v1.2.3