test-perror: check for strerror interactions
[pspp] / modules / hash
index a3641345325f6fe7d9f9d1c46cb5edbac724f9df..72afda6cf1f76751964eef8fd557f8ef72caba56 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
 lib/hash.c
@@ -7,14 +7,15 @@ lib/hash.h
 m4/hash.m4
 
 Depends-on:
+bitrotate
 stdbool
-xalloc
+stdint
+xalloc-oversized
 
 configure.ac:
 gl_HASH
 
 Makefile.am:
-EXTRA_DIST += hash.h
 
 Include:
 "hash.h"