All of lore.kernel.org
 help / color / mirror / Atom feed
* [Perf][PATCH][2.6.34.1] Include stdbool.h
@ 2010-08-01 13:09 Brian Marete
  0 siblings, 0 replies; only message in thread
From: Brian Marete @ 2010-08-01 13:09 UTC (permalink / raw)
  To: LKML

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]

Hello,

The attached patch fixes compilation of perf-events in 2.6.34.1

Thanks.

--
B. Gitonga Marete
Tel: +254-722-151-590

[-- Attachment #2: perf-stdbool.h-patch.diff --]
[-- Type: text/x-patch, Size: 282 bytes --]

--- perf.h.orig	2010-05-17 19:22:32.000000000 +0300
+++ perf.h	2010-08-01 15:47:47.000000000 +0300
@@ -73,6 +73,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/syscall.h>
+#include <stdbool.h>
 
 #include "../../include/linux/perf_event.h"
 #include "util/types.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-01 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-01 13:09 [Perf][PATCH][2.6.34.1] Include stdbool.h Brian Marete

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.