mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix a compilation problem on -CURRENT (again because /usr/include/malloc.h
disappeared). PR: 47180 Approved by: obrien (mentor)
This commit is contained in:
parent
51d006637b
commit
aaae436285
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73567
12
emulators/wine-devel/files/patch-dlls-dsound
Normal file
12
emulators/wine-devel/files/patch-dlls-dsound
Normal file
@ -0,0 +1,12 @@
|
||||
--- dlls/dsound/tests/dsound.c 16 Jan 2003 00:19:49 -0000 1.4
|
||||
+++ dlls/dsound/tests/dsound.c 19 Jan 2003 21:45:43 -0000
|
||||
@@ -18,8 +18,8 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
-#include <malloc.h>
|
||||
#include <math.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "dsound.h"
|
12
emulators/wine/files/patch-dlls-dsound
Normal file
12
emulators/wine/files/patch-dlls-dsound
Normal file
@ -0,0 +1,12 @@
|
||||
--- dlls/dsound/tests/dsound.c 16 Jan 2003 00:19:49 -0000 1.4
|
||||
+++ dlls/dsound/tests/dsound.c 19 Jan 2003 21:45:43 -0000
|
||||
@@ -18,8 +18,8 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
-#include <malloc.h>
|
||||
#include <math.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "dsound.h"
|
Loading…
Reference in New Issue
Block a user