summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-31 14:05:55 +0000
committerJim Meyering <jim@meyering.net>2003-10-31 14:05:55 +0000
commit4fd41898aec52841e15e4bf7964eb113da51b019 (patch)
treef7657f83f96069b2b3e4dfdc1d3f6c3470efe2d4 /lib
parent27acea311d96771d3108b5f01afc07bf859454ab (diff)
downloadcoreutils-4fd41898aec52841e15e4bf7964eb113da51b019.tar.xz
Include "xalloc.h".
Diffstat (limited to 'lib')
-rw-r--r--lib/hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 19e593fef..945bb80f7 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -29,6 +29,7 @@
#endif
#include "hash.h"
+#include "xalloc.h"
#include <limits.h>
#include <stdio.h>