Skip to content

Commit

Permalink
include fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieMonroe committed Aug 12, 2013
1 parent 4633945 commit 09a33ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "include/dwarf_i.h"
#include "include/libunwind_i.h"

#include <assert.h>

HIDDEN int
dwarf_read_encoded_pointer (unw_addr_space_t as, unw_accessors_t *a,
unw_word_t *addr, unsigned char encoding,
Expand Down
1 change: 1 addition & 0 deletions include/dwarf.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

#include "libunwind.h"
#include <sys/link_elf.h> /* struct dl_phdr_info */
#include <sys/sx.h>

struct dwarf_cursor; /* forward-declaration */
struct elf_dyn_info;
Expand Down

0 comments on commit 09a33ee

Please sign in to comment.