blob: e36dfa2ca95c807f30a493575c70e999bf093c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ai,v 1.2 1998/08/07 10:40:36 agc Exp $
--- multimedia/mmsystem.c.orig Sat Jun 13 14:31:17 1998
+++ multimedia/mmsystem.c Thu Jun 18 00:31:40 1998
@@ -24,6 +24,7 @@
#include "debug.h"
#include "xmalloc.h"
#include "callback.h"
+#include "debugtools.h"
static int InstalledCount;
static int InstalledListLen;
|