Added missing include.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3854 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0b2e176dc0
commit
2386ff94ad
@ -49,6 +49,7 @@
|
||||
#include "debug.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
const char * multi_string[] =
|
||||
{
|
||||
|
@ -26,8 +26,9 @@
|
||||
// this time. Use at your own risk.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <List.h>
|
||||
#include <MediaRoster.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <MediaRoster.h>
|
||||
#include <ParameterWeb.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "SoundPlayNode.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <string.h>
|
||||
#include <Application.h>
|
||||
#include <MediaRoster.h>
|
||||
#include <TimeSource.h>
|
||||
|
Loading…
Reference in New Issue
Block a user