s390: fix config.h include
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 1 Dec 2009 13:42:51 +0000 (08:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 1 Dec 2009 13:42:51 +0000 (08:42 -0500)
 gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -g -O2 -c urcu.c  -fPIC -DPIC -o
  .libs/urcu.o
In file included from urcu-static.h:38,
                 from urcu.c:35:
./urcu/arch.h:32:27: error: config/config.h: No such file or directory

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu/arch_s390.h

index bf46d3b56e6b660b0868eade0dec1ccf42a0fa69..fc7b3bc2d6b27a979485f1d84a366acc53311820 100644 (file)
@@ -29,7 +29,7 @@
  */
 
 #include <compiler.h>
-#include <config/config.h>
+#include <urcu/config.h>
 
 #define CONFIG_HAVE_MEM_COHERENCY
 
This page took 0.027632 seconds and 4 git commands to generate.