summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/Sys/Hostname/Hostname.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Sys/Hostname/Hostname.xs b/ext/Sys/Hostname/Hostname.xs
index c2ab9bdd14..f1043837e9 100644
--- a/ext/Sys/Hostname/Hostname.xs
+++ b/ext/Sys/Hostname/Hostname.xs
@@ -18,7 +18,7 @@
# endif
#endif
-#ifdef I_SYS_UTSNAME
+#ifdef I_SYSUTSNAME
# include <sys/utsname.h>
#endif