File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 35
35
#include "musicplayer.h"
36
36
37
37
#ifndef HAVE_LIBFLUIDSYNTH
38
- #include <string.h>
38
+
39
+ #include <stddef.h>
39
40
40
41
static const char * fl_name (void )
41
42
{
Original file line number Diff line number Diff line change 37
37
#include "musicplayer.h"
38
38
39
39
#ifndef HAVE_LIBMAD
40
- #include <string.h>
40
+
41
+ #include <stddef.h>
41
42
42
43
static const char * mp_name (void )
43
44
{
Original file line number Diff line number Diff line change 38
38
#include "musicplayer.h"
39
39
40
40
#ifndef HAVE_LIBPORTMIDI
41
- #include <string.h>
41
+
42
+ #include <stddef.h>
42
43
43
44
static const char * pm_name (void )
44
45
{
Original file line number Diff line number Diff line change 37
37
#include "musicplayer.h"
38
38
39
39
#ifndef HAVE_LIBVORBISFILE
40
- #include <string.h>
40
+
41
+ #include <stddef.h>
41
42
42
43
static const char * vorb_name (void )
43
44
{
Original file line number Diff line number Diff line change 22
22
23
23
#ifndef HAVE_LIBXMP
24
24
25
+ #include <stddef.h>
26
+
25
27
static const char * xmp_name (void )
26
28
{
27
29
return "libxmp tracker player (DISABLED)" ;
You can’t perform that action at this time.
0 commit comments