[haiku-commits] r39162 - haiku/trunk/headers/os

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 27 Oct 2010 16:16:19 +0200 (CEST)

Author: stippi
Date: 2010-10-27 16:16:19 +0200 (Wed, 27 Oct 2010)
New Revision: 39162
Changeset: http://dev.haiku-os.org/changeset/39162

Modified:
   haiku/trunk/headers/os/NetworkKit.h
Log:
Added the new headers to the NetworkKit.h all-in-one header.


Modified: haiku/trunk/headers/os/NetworkKit.h
===================================================================
--- haiku/trunk/headers/os/NetworkKit.h 2010-10-27 14:03:31 UTC (rev 39161)
+++ haiku/trunk/headers/os/NetworkKit.h 2010-10-27 14:16:19 UTC (rev 39162)
@@ -5,5 +5,9 @@
 #include <sys/socket.h>
 #include <NetAddress.h>
 #include <NetBuffer.h>
+#include <NetworkCookie.h>
+#include <NetworkCookieJar.h>
 #include <NetEndpoint.h>
 #include <NetDebug.h>
+#include <Url.h>
+#include <UrlContext.h>


Other related posts:

  • » [haiku-commits] r39162 - haiku/trunk/headers/os - superstippi