From 9123274be93080b69de3a576c71ec9290fb3e5d8 Mon Sep 17 00:00:00 2001 From: "kurtis.heimerl" Date: Sun, 22 Jul 2012 05:09:00 +0000 Subject: Public release now works with g++4.7. In 4.7, unistd.h is no longer imported by default git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3918 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- CommonLibs/Threads.h | 1 + CommonLibs/Timeval.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'CommonLibs') diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h index c1cfc75..c61a3d8 100644 --- a/CommonLibs/Threads.h +++ b/CommonLibs/Threads.h @@ -29,6 +29,7 @@ #include #include #include +#include class Mutex; diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h index c2a2617..f528819 100644 --- a/CommonLibs/Timeval.h +++ b/CommonLibs/Timeval.h @@ -29,7 +29,7 @@ #include #include "sys/time.h" #include - +#include /** A wrapper on usleep to sleep for milliseconds. */ -- cgit v1.2.3