Skip to content

Commit

Permalink
markers: add missing stdargs.h include, needed due to va_list usage
Browse files Browse the repository at this point in the history
Impact: build fix (for future changes)

That seemed to cause built issue when marker.h is included early, even
though stdargs.h is included in kernel.h.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Nov 16, 2008
1 parent 2bdba31 commit e3f8c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/marker.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* See the file COPYING for more details.
*/

#include <stdarg.h>
#include <linux/types.h>

struct module;
Expand Down

0 comments on commit e3f8c4b

Please sign in to comment.