build fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27443 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-09-12 09:34:47 +00:00
parent 1adaf58e1f
commit 866ece3115
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "GenericThread.h"
#include <string.h>
GenericThread::GenericThread(const char * a_thread_name, int32 a_priority, BMessage * a_message)
:
m_thread_data_store(a_message),