From owner-freebsd-hackers Tue May 7 9:15:29 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from meta.lo-res.org (meta.lo-res.org [195.58.189.92]) by hub.freebsd.org (Postfix) with ESMTP id 8AEFF37B401 for ; Tue, 7 May 2002 09:15:17 -0700 (PDT) Received: from chillig.lo-res.org ([62.116.8.4]) by meta.lo-res.org (8.12.3/8.12.2) with ESMTP id g47GFFiC010883 for ; Tue, 7 May 2002 18:15:15 +0200 (CEST) (envelope-from aaron@lo-res.org) Content-Type: text/plain; charset="us-ascii" From: aaron To: freebsd-hackers@freebsd.org Subject: /usr/include/netinet/in.h Date: Tue, 7 May 2002 18:14:46 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205071814.46995.aaron@lo-res.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I am just trying to write a simple IPv6 socket app. after #including I noticed that I have to include BEFORE which struck me as rather strange... Should not .h files include the depending .h files themselves so that all dependencies of type / struct / #define definitions are met automatically? If not this is not what we want then we have the following problem: #include #include works but #include #include does not work. ... hm... wondering if this what we want.... aaron. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message