diff --git a/ChangeLog b/ChangeLog index 13d07f90a..52630b728 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-05-19 Bradley Bell + * arch/linux/hmiplay.c: needs to include args.h now (d1x r1.9) + * arch/linux/hmiplay.c: implement -nomusic for linux hmiplay (d1x r1.8) diff --git a/arch/linux/hmiplay.c b/arch/linux/hmiplay.c index ffcc438a5..876d7992f 100644 --- a/arch/linux/hmiplay.c +++ b/arch/linux/hmiplay.c @@ -1,4 +1,4 @@ -/* $Id: hmiplay.c,v 1.8 2004-05-19 19:14:52 btb Exp $ */ +/* $Id: hmiplay.c,v 1.9 2004-05-19 19:20:16 btb Exp $ */ /* * HMI midi playing routines by Jani Frilander * @@ -23,6 +23,7 @@ #include #include "music.h" #include "cfile.h" +#include "args.h" #include