summaryrefslogtreecommitdiff
path: root/lib/xgethostname.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-16 06:26:56 +0000
committerJim Meyering <jim@meyering.net>2003-10-16 06:26:56 +0000
commit72fa4147099ff2236021526f7ede2ba3b506e362 (patch)
tree02bde5b83d0302c8a86fb43666173e068bd9a58d /lib/xgethostname.c
parent201111c99b9ae268ec93ffc9b161b976fc41bbf8 (diff)
downloadcoreutils-72fa4147099ff2236021526f7ede2ba3b506e362.tar.xz
Include xgethostname.h.
Diffstat (limited to 'lib/xgethostname.c')
-rw-r--r--lib/xgethostname.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/xgethostname.c b/lib/xgethostname.c
index 494571ee1..1f4d728a0 100644
--- a/lib/xgethostname.c
+++ b/lib/xgethostname.c
@@ -21,6 +21,9 @@
# include <config.h>
#endif
+/* Specification. */
+#include "xgethostname.h"
+
#include <stdlib.h>
#include <sys/types.h>