From patchwork Tue Apr 19 17:37:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Janda X-Patchwork-Id: 8882321 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 607319F39A for ; Tue, 19 Apr 2016 17:37:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9C6092026F for ; Tue, 19 Apr 2016 17:37:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9B2912026C for ; Tue, 19 Apr 2016 17:37:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932765AbcDSRhz (ORCPT ); Tue, 19 Apr 2016 13:37:55 -0400 Received: from mout01.posteo.de ([185.67.36.65]:59714 "EHLO mout01.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932741AbcDSRhz (ORCPT ); Tue, 19 Apr 2016 13:37:55 -0400 Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id CF4CF20A69 for ; Tue, 19 Apr 2016 19:37:52 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3qqC0052pxz5vMr for ; Tue, 19 Apr 2016 19:37:52 +0200 (CEST) Date: Tue, 19 Apr 2016 19:37:12 +0200 From: Felix Janda To: linux-nfs@vger.kernel.org Subject: [PATCH libnfsidmap 2/2] cfg.c: include for u_char and u_int*_t Message-ID: <20160419173712.GB20307@nyan> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Felix Janda --- cfg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg.c b/cfg.c index bd7944a..3c86c84 100644 --- a/cfg.c +++ b/cfg.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include