Skip to content

Commit

Permalink
more include fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieMonroe committed Aug 12, 2013
1 parent 09a33ee commit 0925d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions include/dwarf.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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/param.h>
#include <sys/lock.h>
#include <sys/sx.h>

struct dwarf_cursor; /* forward-declaration */
Expand Down
1 change: 0 additions & 1 deletion include/libunwind_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

#include <sys/types.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/lock.h>
Expand Down

0 comments on commit 0925d0f

Please sign in to comment.