Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
Add a stdint.h inclusion for the (type)definition of intptr_t.
  • Loading branch information
compnerd committed Jul 21, 2014
1 parent c13a614 commit 141b64c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fishhook.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include <stddef.h>
#include <stdint.h>

/*
* A structure representing a particular intended rebinding from a symbol
Expand Down

0 comments on commit 141b64c

Please sign in to comment.