Fix an insane rt build error running 'make check -j3'

This commit is contained in:
Austin Seipp 2011-10-23 14:28:16 -05:00 committed by Brian Anderson
parent 4c95c52016
commit 1703e9ec89

View File

@ -7,9 +7,7 @@
#include <inttypes.h>
#include <stdint.h>
#ifdef HAVE_VALGRIND
#include <valgrind/memcheck.h>
#endif
#include "../../memcheck.h"
template<typename T>
T align_down(T sp)