From 9f909fefd52ad9f6a1f1e1b9b0a895cca04b858c Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 13 Jul 2006 23:00:26 +0000 Subject: [PATCH] use posix timers git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2047 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.target b/Makefile.target index d60e6b832e..eadd85c407 100644 --- a/Makefile.target +++ b/Makefile.target @@ -401,7 +401,7 @@ endif ifndef CONFIG_DARWIN ifndef CONFIG_WIN32 ifndef CONFIG_SOLARIS -VL_LIBS=-lutil +VL_LIBS=-lutil -lrt endif endif endif