Files
pkgsrc-ng/games/rocksndiamonds/patches/patch-ac
2013-09-26 17:14:40 +02:00

14 lines
272 B
Plaintext

$NetBSD: patch-ac,v 1.4 2005/08/16 15:35:51 adam Exp $
--- src/game_em/sound.c.orig 2005-08-16 17:27:37.000000000 +0000
+++ src/game_em/sound.c
@@ -16,7 +16,7 @@
#endif
#ifdef PLATFORM_BSD
-#include <ioctl.h>
+#include <sys/ioctl.h>
#include <soundcard.h>
#endif