NMIDI -> NMPU, to be consistent with sbdsp.c.

This commit is contained in:
mycroft 1999-10-09 20:57:28 +00:00
parent 88a9173b10
commit c5056ddd8c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbdspvar.h,v 1.45 1999/10/09 20:54:36 mycroft Exp $ */
/* $NetBSD: sbdspvar.h,v 1.46 1999/10/09 20:57:28 mycroft Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -35,7 +35,7 @@
*/
#include "midi.h"
#if NMIDI > 0
#if NMPU > 0
#include <dev/ic/mpuvar.h>
#endif