aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2001-05-16 20:54:20 +0000
committerlanfer <lanfer@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2001-05-16 20:54:20 +0000
commit5c6b55d7b3a425438be5c624de6c6783e6a2e78a (patch)
tree7bfb21150c4f99ea8b0fba5dbdadab57f62a2838
parentb3347e1c31a0582d1015c929dba13e8fb78cab4c (diff)
HTTPExtra requires IO, else: In function HTTP_util_RegisterIOPages undefined reference to IOUtil_RegisterAdvertisedFileListener
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@30 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 0adf86e..c622e16 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,4 +3,4 @@
implements: http_utils
-inherits:httpd
+inherits:httpd, IO