5d414bd321
PLIB is a suite of portable game librairies. PLIB includes sound effects, music, a complete 3D engine, font rendering, a simple Windowing library, a game scripting language, a GUI, networking, 3D math library and a collection of handy utility functions. All are 100% portable across nearly all modern computing platforms. Each library component is fairly independent of the others - so if you want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing library, you can. Based on a submission from Gallon Sylvestre (MAINTAINER)
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
$OpenBSD: patch-src_sl_sl_h,v 1.1.1.1 2008/11/10 22:10:22 ajacoutot Exp $
|
|
--- src/sl/sl.h.orig Tue Mar 11 03:06:24 2008
|
|
+++ src/sl/sl.h Sun Nov 9 12:22:37 2008
|
|
@@ -28,6 +28,10 @@
|
|
#include <stdio.h>
|
|
#include "slPortability.h"
|
|
|
|
+#ifdef __OpenBSD__
|
|
+#include <sys/ioctl.h>
|
|
+#endif
|
|
+
|
|
#ifdef SL_USING_OSS_AUDIO
|
|
#define SLDSP_DEFAULT_DEVICE "/dev/dsp"
|
|
#elif defined(UL_WIN32)
|