summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-07-19 18:31:42 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-07-19 18:31:42 +0000
commit11497af4dd27ffbb57928499292d993fbf5f6f3c (patch)
tree204b26baf9d48e6a8972f547eec4e872ca5a1b5c /screen.c
parentb0878774e0f5c45343079f4fc3d4753ccefd62aa (diff)
Solaris has MAXHOSTNAMELEN in netdb.h.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index 89218d82..64a24fb9 100644
--- a/screen.c
+++ b/screen.c
@@ -1,4 +1,4 @@
-/* $Id: screen.c,v 1.101 2010-04-06 22:01:32 nicm Exp $ */
+/* $Id: screen.c,v 1.102 2010-07-19 18:31:42 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -18,6 +18,7 @@
#include <sys/types.h>
+#include <netdb.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>