Index: /trunk/Ohana/src/addstar/include/addstar.h
===================================================================
--- /trunk/Ohana/src/addstar/include/addstar.h	(revision 11751)
+++ /trunk/Ohana/src/addstar/include/addstar.h	(revision 11752)
@@ -5,4 +5,11 @@
 # include <time.h>
 # include <zlib.h>
+
+/* solaris requires both of these instead of ip.h:
+   # include <sys/socket.h>
+   # include <netinet/in.h>
+*/
+
+/* linux is happy with this, not solaris */
 # include <netinet/ip.h>
 # include <netdb.h>
