Added entry for asyncore module.
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index d4678bb..4f0511d 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -204,6 +204,7 @@
../lib/libsched.tex \
../lib/libstatvfs.tex \
../lib/libtty.tex \
+ ../lib/libasyncore.tex \
../lib/libcfgparser.tex
# LaTeX source files for Macintosh Library Modules.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 745fc1f..583937d 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -203,6 +203,7 @@
\input{libbasehttp}
\input{libsimplehttp}
\input{libcgihttp}
+\input{libasyncore}
\input{netdata} % Internet Data Handling
\input{libsgmllib}