From 9c6955f406fd26f14a18dac7509d670f86fd2c77 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Tue, 2 Oct 2001 23:53:07 +0000 Subject: [PATCH] Fix missing include. --- libs/util/hash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/util/hash.c b/libs/util/hash.c index 3a4a7a2b6..492b8e7c2 100644 --- a/libs/util/hash.c +++ b/libs/util/hash.c @@ -40,6 +40,7 @@ static const char rcsid[] = #include // should be sys/types.h, but bc is stupid #include "QF/hash.h" +#include "QF/sys.h" #include "compat.h"