5330492e9e
and works with WSoundServer instead of WMSound.
15 lines
358 B
Text
15 lines
358 B
Text
$NetBSD: patch-ad,v 1.1 2001/03/12 21:19:10 wiz Exp $
|
|
|
|
--- src/SystemInfo.c.orig Wed Jun 16 11:53:35 1999
|
|
+++ src/SystemInfo.c
|
|
@@ -32,8 +32,8 @@
|
|
#include <sys/types.h>
|
|
#include <sys/utsname.h>
|
|
#include <pwd.h>
|
|
-#include <WINGs.h>
|
|
-#include <WUtil.h>
|
|
+#include <WINGs/WINGs.h>
|
|
+#include <WINGs/WUtil.h>
|
|
|
|
#include "WSoundPrefs.h"
|
|
#include "SystemInfo.h"
|