author | brad <brad> | 2004-04-05 09:08:56 (UTC) |
---|---|---|
committer | brad <brad> | 2004-04-05 09:08:56 (UTC) |
commit | 5a07a653948bfbfa5091a182ad62939c01624e38 (patch) (side-by-side diff) | |
tree | 40b3feb25502fb2e8dff5f1879e4ac656a09c5ef | |
parent | c1bed3e1103b56236f77273cd586c1c3645702da (diff) | |
download | opie-5a07a653948bfbfa5091a182ad62939c01624e38.zip opie-5a07a653948bfbfa5091a182ad62939c01624e38.tar.gz opie-5a07a653948bfbfa5091a182ad62939c01624e38.tar.bz2 |
odebug include added
-rw-r--r-- | noncore/multimedia/opieplayer2/skin.cpp | 1 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/threadutil.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/skin.cpp b/noncore/multimedia/opieplayer2/skin.cpp index 84f5f87..5d8929e 100644 --- a/noncore/multimedia/opieplayer2/skin.cpp +++ b/noncore/multimedia/opieplayer2/skin.cpp @@ -17,16 +17,17 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "skin.h" #include "singleton.h" +#include <opie2/odebug.h> #include <qcache.h> #include <qtimer.h> #include <qpe/config.h> #include <assert.h> diff --git a/noncore/multimedia/opieplayer2/threadutil.cpp b/noncore/multimedia/opieplayer2/threadutil.cpp index d8b8abe..6ed9853 100644 --- a/noncore/multimedia/opieplayer2/threadutil.cpp +++ b/noncore/multimedia/opieplayer2/threadutil.cpp @@ -14,16 +14,17 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "threadutil.h" +#include <opie2/odebug.h> #include <qsocketnotifier.h> #include <pthread.h> #include <assert.h> #include <unistd.h> #include <errno.h> using namespace ThreadUtil; |