From 7bc68151b701931307a7d333f55e44baff665302 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 12 Jun 2011 23:51:59 -0700 Subject: LibElf: Build the error management code in libelf. This change makes some minor changes to get the error management code in libelf to build on Linux and to build it into the library. --- ext/libelf/_libelf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/libelf/_libelf.h') diff --git a/ext/libelf/_libelf.h b/ext/libelf/_libelf.h index a811abb1a..f6cec6e32 100644 --- a/ext/libelf/_libelf.h +++ b/ext/libelf/_libelf.h @@ -30,6 +30,7 @@ #define __LIBELF_H_ #include "elf_queue.h" +#include "libelf.h" #ifndef NULL #define NULL ((void *) 0) -- cgit v1.2.3