[openib-general] [PATCH] Fix ipathverbs compile
Anton Blanchard
anton at samba.org
Thu Jun 1 23:49:24 PDT 2006
Similar to libehca, I had to add a sysfs include to be able to compile
it. Am I missing something or is this correct?
Anton
---
Index: src/ipathverbs.c
===================================================================
--- src/ipathverbs.c (revision 7621)
+++ src/ipathverbs.c (working copy)
@@ -41,6 +41,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <sysfs/libsysfs.h>
#include "ipathverbs.h"
More information about the general
mailing list