[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Sep 13 13:55:18 CDT 2010
branch "master" has been updated
via 0d9804fcbb678c3c67b30c349ff9359ca256ea10 (commit)
from a16679b4540126f7753f3d25ca301deba3d7da5f (commit)
Summary of changes:
src/ConsoleDriver.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 0d9804fcbb678c3c67b30c349ff9359ca256ea10
Author: Brent Eagles <beagles at digium.com>
Date: Mon Sep 13 16:23:39 2010 -0230
Fix windows build issue on in the console driver
diff --git a/src/ConsoleDriver.cpp b/src/ConsoleDriver.cpp
index a9086b4..3a4102e 100644
--- a/src/ConsoleDriver.cpp
+++ b/src/ConsoleDriver.cpp
@@ -23,6 +23,8 @@ int _kbhit()
select(STDIN_FILENO + 1, &fds, 0, 0, &tv);
return FD_ISSET(0, &fds);
}
+#else
+#include <conio.h>
#endif
ConsoleDriver::ConsoleDriver() :
-----------------------------------------------------------------------
--
asterisk-scf/integration/test_channel.git
More information about the asterisk-scf-commits
mailing list