diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-05 19:37:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-05 19:37:25 +0000 |
commit | d711964b8dea08aa0867d4117d0633a3c3f1d301 (patch) | |
tree | ccfb128efc78934be63c9a0f5222e1d0b09e5174 | |
parent | 46a665402ece79f8adecf1f46b743135eda590ad (diff) |
Include <errno.h>.
-rw-r--r-- | libihash/ihash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libihash/ihash.h b/libihash/ihash.h index ae8f0f38..5d01ea1c 100644 --- a/libihash/ihash.h +++ b/libihash/ihash.h @@ -20,6 +20,9 @@ #ifndef __IHASH_H__ #define __IHASH_H__ + +#include <errno.h> + /* ---------------------------------------------------------------- */ |