[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081112125212.GA13263@ghostprotocols.net>
Date: Wed, 12 Nov 2008 10:52:12 -0200
From: Arnaldo Carvalho de Melo <acme@...hat.com>
To: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] markers: Add missing stdargs.h include, needed due to
va_list usage
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 <stdarg.h>
#include <linux/types.h>
struct module;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists