]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
stdint dus
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 6 Jul 2006 13:35:19 +0000 (13:35 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 6 Jul 2006 13:35:19 +0000 (13:35 +0000)
doc/tutorial1_mx.dox

index 01acbe4aac95c8cf6d000a62d759a0690e6ff7f6..f442e7f501cfa52c7caaf4e2364d2fc90b240eb8 100644 (file)
@@ -22,7 +22,7 @@
    In this case we have used a configure script to generate a config.h file
    that does all our inclusions for us, so that it can be compiled on
    multiple platforms. If your platform supports the include files \c
-   stdlib.h and \c unistd.h, you can include these instead of using a
+   stdint.h and \c stdlib.h, you can include these instead of using a
    configure script.
 
    The first included files are prerequisites that ldns needs to function.