pkgsrc/games/rocksndiamonds/patches/patch-ac
adam 89607e2002 Changes 3.1.1:
- added tutorial level set created by Aaron Davidson
- added editor element descriptions written by Aaron Davidson
- added native game engine for Emerald Mine (Club) levels
- added level skipping functionality to main menu
- added support for dumping small-sized level sketches from editor
- added use of "editorsetup.conf" for different level sets
- lots of bugfixes and internal engine changes (see ChangeLog)
2005-08-16 15:35:51 +00:00

13 lines
272 B
Text

$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