Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbYKLMwm (ORCPT ); Wed, 12 Nov 2008 07:52:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752939AbYKLMwa (ORCPT ); Wed, 12 Nov 2008 07:52:30 -0500 Received: from mx2.redhat.com ([66.187.237.31]:33946 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752937AbYKLMw3 (ORCPT ); Wed, 12 Nov 2008 07:52:29 -0500 Date: Wed, 12 Nov 2008 10:52:12 -0200 From: Arnaldo Carvalho de Melo To: Mathieu Desnoyers Cc: Linux Kernel Mailing List Subject: [PATCH] markers: Add missing stdargs.h include, needed due to va_list usage Message-ID: <20081112125212.GA13263@ghostprotocols.net> Mail-Followup-To: Arnaldo Carvalho de Melo , Mathieu Desnoyers , Linux Kernel Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Url: http://oops.ghostprotocols.net:81/blog Signed-off-by: Arnaldo Carvalho de Melo User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 527 Lines: 17 diff --git a/include/linux/marker.h b/include/linux/marker.h index 889196c..6213b5e 100644 --- a/include/linux/marker.h +++ b/include/linux/marker.h @@ -12,6 +12,7 @@ * See the file COPYING for more details. */ +#include #include struct module; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/