PVS V1031: missing includes for memcpy/memset
Change-Id: I106027c0b8a367be1e58598f124e3a6d6541ee32 Reviewed-on: https://review.haiku-os.org/c/1622 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
79d1ca0fa9
commit
fbe53d9249
@@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
#include <MediaDefs.h>
|
#include <MediaDefs.h>
|
||||||
|
#include <string.h>
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include "hmulti_audio.h"
|
#include "hmulti_audio.h"
|
||||||
#include "multi.h"
|
#include "multi.h"
|
||||||
|
|||||||
@@ -28,11 +28,7 @@
|
|||||||
#include "extern.h"
|
#include "extern.h"
|
||||||
#include "decode.h"
|
#include "decode.h"
|
||||||
|
|
||||||
#if !defined(__UD_STANDALONE__)
|
|
||||||
# if HAVE_STRING_H
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
# endif
|
|
||||||
#endif /* !__UD_STANDALONE__ */
|
|
||||||
|
|
||||||
static void ud_inp_init(struct ud *u);
|
static void ud_inp_init(struct ud *u);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user