summaryrefslogtreecommitdiff
path: root/lib/xgethostname.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-09-24 21:09:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-09-24 21:09:18 +0000
commit51c80946eb154a8c35fc64942831490d305a570b (patch)
tree9039275db5854e81d29bd2900cd78f59c5afba6e /lib/xgethostname.c
parentb5f4d75d1105dc9db66ee09164c3e03bedc9ebe7 (diff)
downloadgnulib-51c80946eb154a8c35fc64942831490d305a570b.tar.gz
Add 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 494571ee1d..1f4d728a03 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>