Return-Path: X-Original-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 607BDC4EA for ; Fri, 13 Jul 2012 21:36:48 +0000 (UTC) Received: (qmail 63545 invoked by uid 500); 13 Jul 2012 21:36:48 -0000 Delivered-To: apmail-incubator-celix-dev-archive@incubator.apache.org Received: (qmail 63518 invoked by uid 500); 13 Jul 2012 21:36:48 -0000 Mailing-List: contact celix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-dev@incubator.apache.org Received: (qmail 63510 invoked by uid 99); 13 Jul 2012 21:36:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 21:36:48 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.101.237.101] (HELO hupie.dyndns.org) (80.101.237.101) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 21:36:40 +0000 Received: from stinkpad.internal.hupie.com.internal.hupie.com (s529dac66.adsl.wanadoo.nl [82.157.172.102]) by hupie.dyndns.org (Postfix) with ESMTP id 62EDF485441 for ; Fri, 13 Jul 2012 23:35:54 +0200 (CEST) From: Ferry Huberts To: celix-dev@incubator.apache.org Subject: [RFC] [PATCH v1 6/9] add linux/limits.h includes Date: Fri, 13 Jul 2012 23:35:49 +0200 Message-Id: <1342215352-27341-7-git-send-email-mailings@hupie.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1342215352-27341-1-git-send-email-mailings@hupie.com> References: <1342215352-27341-1-git-send-email-mailings@hupie.com> From: Ferry Huberts Signed-off-by: Ferry Huberts --- examples/mongoose/mongoose.c | 2 ++ remote_services/remote_service_admin/private/src/mongoose.c | 2 ++ remote_services/remote_service_admin_http/private/src/mongoose.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/examples/mongoose/mongoose.c b/examples/mongoose/mongoose.c index b34818f..e15da45 100644 --- a/examples/mongoose/mongoose.c +++ b/examples/mongoose/mongoose.c @@ -33,6 +33,8 @@ #include #endif // !_WIN32_WCE +#include + #include #include #include diff --git a/remote_services/remote_service_admin/private/src/mongoose.c b/remote_services/remote_service_admin/private/src/mongoose.c index 117859e..ada7bc3 100644 --- a/remote_services/remote_service_admin/private/src/mongoose.c +++ b/remote_services/remote_service_admin/private/src/mongoose.c @@ -40,6 +40,8 @@ #include #endif // !_WIN32_WCE +#include + #include #include #include diff --git a/remote_services/remote_service_admin_http/private/src/mongoose.c b/remote_services/remote_service_admin_http/private/src/mongoose.c index 117859e..ada7bc3 100644 --- a/remote_services/remote_service_admin_http/private/src/mongoose.c +++ b/remote_services/remote_service_admin_http/private/src/mongoose.c @@ -40,6 +40,8 @@ #include #endif // !_WIN32_WCE +#include + #include #include #include -- 1.7.10.4