From c94cc1e2758dfaea3cab4f4b84c1d93cf7b425e8 Mon Sep 17 00:00:00 2001 From: Donnie Pinkston <donnie@cms.caltech.edu> Date: Thu, 2 May 2019 13:47:46 -0700 Subject: [PATCH] Added stdint.h to tester.c --- soalloc/tester.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soalloc/tester.c b/soalloc/tester.c index 771cc90..a56e6fd 100644 --- a/soalloc/tester.c +++ b/soalloc/tester.c @@ -1,5 +1,6 @@ #include <assert.h> #include <stdbool.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -- GitLab