From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16639 invoked by alias); 28 Apr 2011 23:30:27 -0000 Received: (qmail 16625 invoked by uid 22791); 28 Apr 2011 23:30:25 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-bw0-f49.google.com (HELO mail-bw0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Apr 2011 23:30:11 +0000 Received: by bwz1 with SMTP id 1so3516518bwz.36 for ; Thu, 28 Apr 2011 16:30:09 -0700 (PDT) Received: by 10.204.14.195 with SMTP id h3mr1167667bka.46.1304033409678; Thu, 28 Apr 2011 16:30:09 -0700 (PDT) Received: from [10.52.41.17] (188-195-144-49-dynip.superkabel.de [188.195.144.49]) by mx.google.com with ESMTPS id x6sm1293427bkv.0.2011.04.28.16.30.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2011 16:30:08 -0700 (PDT) Message-ID: <4DB9F87C.4040502@gmail.com> Date: Thu, 28 Apr 2011 23:30:00 -0000 From: Guilherme User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Lightning/0.9 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: ecos-devel@ecos.sourceware.org Subject: Missing includes in arpa/inet.h Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2011-04/txt/msg00009.txt.bz2 Hi! I'm working on ecos and realized that arpa/inet.h does not include header files that define the data structures used. eg: struct in_addr. I was wondering if this was by-design or wether it is just oversight. I'd like to fix these since i need a proper include chain for my current toolchain. Other files where this is the case: sys/endian.h arpa/nameser.h bootp.h Best Regards, Guilherme