Difference for arch/linux/hmiplay.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 16
 
Line 16
 #include <fcntl.h>  #include <fcntl.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/ipc.h>  #include <sys/ipc.h>
   #define __USE_GNU //in recent glibc versions msgbuf is only defined if you have __USE_GNU defined
 #include <sys/msg.h>  #include <sys/msg.h>
 #include "music.h"  #include "music.h"
 #include "cfile.h"  #include "cfile.h"

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4