diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-31 14:05:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-31 14:05:55 +0000 |
commit | 4fd41898aec52841e15e4bf7964eb113da51b019 (patch) | |
tree | f7657f83f96069b2b3e4dfdc1d3f6c3470efe2d4 /lib | |
parent | 27acea311d96771d3108b5f01afc07bf859454ab (diff) | |
download | coreutils-4fd41898aec52841e15e4bf7964eb113da51b019.tar.xz |
Include "xalloc.h".
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hash.c | 1 |
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> |