From 72fa4147099ff2236021526f7ede2ba3b506e362 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Oct 2003 06:26:56 +0000 Subject: [PATCH] Include xgethostname.h. --- lib/xgethostname.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 494571e..1f4d728 100644 --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -21,6 +21,9 @@ # include #endif +/* Specification. */ +#include "xgethostname.h" + #include #include -- 2.7.4