Fix bitfield.h include directory
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 May 2011 22:50:26 +0000 (18:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 May 2011 22:50:26 +0000 (18:50 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/bitfield.h

index a509e35f945a8701e9635d2d5111dc0c05d56964..861e6dcd8107b408219efb26147053a5eeea1366 100644 (file)
@@ -19,7 +19,7 @@
  * all copies or substantial portions of the Software.
  */
 
-#include "ltt-endian.h"
+#include "../ltt-endian.h"
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
This page took 0.026072 seconds and 4 git commands to generate.