aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-31 19:51:04 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-31 19:51:04 +0200
commit993eaa708f7785e0ab5c1b1e53ddf4abe1d835e4 (patch)
tree41af325f0266b3316de634a57fa12ffa2b86c6b2 /gawkapi.h
parentcec88d59be5ef7c50647e45f5aeb3d9260236705 (diff)
downloadegawk-993eaa708f7785e0ab5c1b1e53ddf4abe1d835e4.tar.gz
egawk-993eaa708f7785e0ab5c1b1e53ddf4abe1d835e4.tar.bz2
egawk-993eaa708f7785e0ab5c1b1e53ddf4abe1d835e4.zip
Some minor fixes. See ChangeLog.
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 30b0e939..4466ef31 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -29,6 +29,8 @@
* You must include <stddef.h> or <stdlib.h> to get size_t's definition.
* You should also include <stdio.h> if you intend to use
* the dl_load_func convenience macro.
+ * To pass reasonable integer values for ERRNO, you will need to
+ * include <errno.h>.
*/
#ifndef _GAWK_API_H