Index: branches/eam_branches/ipp-20110213/Ohana/src/libkapa/include/kapa.h
===================================================================
--- branches/eam_branches/ipp-20110213/Ohana/src/libkapa/include/kapa.h	(revision 30888)
+++ branches/eam_branches/ipp-20110213/Ohana/src/libkapa/include/kapa.h	(revision 30889)
@@ -3,10 +3,13 @@
 
 /* linux is happy with this, not solaris */
-# include <netinet/ip.h>
+//# include <netinet/in_systm.h> 
+//# include <netinet/ip.h>
+
+# include <sys/types.h>
+# include <sys/socket.h>
+# include <netinet/in.h>
 # include <netdb.h>
 # include <arpa/inet.h>
 
-# include <sys/types.h>
-# include <sys/socket.h>
 # include <X11/Xlib.h>
 # include <png.h>
