stubs: buildfix
commita79b76d893ca5c3b8144b2098c88f516052d72fe
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 2 Dec 2009 23:24:14 +0000 (2 15:24 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 2 Dec 2009 23:24:14 +0000 (2 15:24 -0800)
treed1751d998acc50c0407a6e2248549cefd3cd2cf8
parent6ec526e706483cd2de6c8de4bafa885522a782cd
stubs: buildfix

The new stubs for httpd and ioutil gave errors like:

  ioutil_stubs.c: In function ‘ioutil_init’:
  ioutil_stubs.c:27: error: implicit declaration of function ‘LOG_DEBUG’
  ioutil_stubs.c:28: error: ‘ERROR_OK’ undeclared (first use in this function)
  ioutil_stubs.c:28: error: (Each undeclared identifier is reported only once
  ioutil_stubs.c:28: error: for each function it appears in.)

Fix.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/helper/ioutil_stubs.c
src/server/httpd_stubs.c