From 4b87349e3bc5cf834fadda9ab865a600faadf7dc Mon Sep 17 00:00:00 2001 From: Stephen Weeks Date: Sun, 17 Jul 2011 18:31:20 -0700 Subject: [PATCH] Use jemalloc --- tri.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tri.c b/tri.c index 16765c9..ad9da54 100644 --- a/tri.c +++ b/tri.c @@ -1,6 +1,8 @@ #include #include #include +#include +#include #include "utils.c" GLuint glprog;