From 6f9c8a621641ab9b03221cf7e09680d52ea24203 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 19 May 2004 19:20:16 +0000 Subject: [PATCH] needs to include args.h now (d1x r1.9) --- ChangeLog | 2 ++ arch/linux/hmiplay.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13d07f90..52630b72 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 ffcc438a..876d7992 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 -- 2.39.2