Commit 1718e29c authored by Scott Vokes's avatar Scott Vokes
Browse files

Include stdint.h for uintptr_t.

parent a8738355
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/

#include <stdint.h>

#include "greatest.h"
#include "casq.h"