---
 syscalls/ia64/perfmonctl.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/syscalls/ia64/perfmonctl.c b/syscalls/ia64/perfmonctl.c
index c1f156b..6b50003 100644
--- a/syscalls/ia64/perfmonctl.c
+++ b/syscalls/ia64/perfmonctl.c
@@ -2,6 +2,8 @@
     sys_perfmonctl (int fd, int cmd, void __user *arg, int count)
  */
 
+#include <unistd.h>
+#include <asm/perfmon.h>
 
 #ifndef PFM_CREATE_EVTSETS
 #define PFM_CREATE_EVTSETS 0
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to