needs to include args.h now (d1x r1.9)

This commit is contained in:
Bradley Bell 2004-05-19 19:20:16 +00:00
parent a8dfe48d9f
commit 6f9c8a6216
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2004-05-19 Bradley Bell <btb@icculus.org>
* 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)

View file

@ -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 <sys/msg.h>
#include "music.h"
#include "cfile.h"
#include "args.h"
#include <SDL/SDL_thread.h>