diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile index 7e3012e76a5..d9d311bcd85 100644 --- a/runtime/libtrace/Makefile +++ b/runtime/libtrace/Makefile @@ -2,10 +2,5 @@ LEVEL = ../../.. LIBNAME = instr -# We use assert and memset here... and we are linked into the program AFTER final -# link. Because of this, we have to play funny games here. :( -LDFLAGS = /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libgcc.bc \ - /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libc.bc - include ../Makefile.libs diff --git a/runtime/libtrace/tracelib.c b/runtime/libtrace/tracelib.c index aa4e603c11c..9fe5a7dd25c 100644 --- a/runtime/libtrace/tracelib.c +++ b/runtime/libtrace/tracelib.c @@ -10,7 +10,7 @@ #include #include #include - +#include /*===---------------------------------------------------------------------===== * HASH FUNCTIONS