From: Jelte Jansen Date: Thu, 6 Jul 2006 13:35:19 +0000 (+0000) Subject: stdint dus X-Git-Tag: release-1.1.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e86b0eb4ff7ba9c2f5946e2d3e2c4dcdde1495;p=thirdparty%2Fldns.git stdint dus --- diff --git a/doc/tutorial1_mx.dox b/doc/tutorial1_mx.dox index 01acbe4a..f442e7f5 100644 --- a/doc/tutorial1_mx.dox +++ b/doc/tutorial1_mx.dox @@ -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.