Fixed a compile-breaking mistake in snd_pas16.c.

This commit is contained in:
OBattler
2017-10-16 06:35:31 +02:00
parent 4cbebc17e3
commit 5fdeba0b56

View File

@@ -12,6 +12,7 @@
#include "../device.h"
#include "sound.h"
#include "filters.h"
#include "snd_mpu401.h"
#include "snd_opl.h"
#include "snd_pas16.h"
#include "snd_sb_dsp.h"