summaryrefslogtreecommitdiff
path: root/libihash
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-05 19:37:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-05 19:37:25 +0000
commitd711964b8dea08aa0867d4117d0633a3c3f1d301 (patch)
treeccfb128efc78934be63c9a0f5222e1d0b09e5174 /libihash
parent46a665402ece79f8adecf1f46b743135eda590ad (diff)
Include <errno.h>.
Diffstat (limited to 'libihash')
-rw-r--r--libihash/ihash.h3
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>
+
/* ---------------------------------------------------------------- */