mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
- Add a note to LEGAL to point out that we have received a special authorization to redistribute RakNet under GPL v3 Discussed with: developers@
10 lines
296 B
C++
10 lines
296 B
C++
--- Samples/Tests/PacketAndLowLevelTestsTest.cpp.orig 2012-03-21 18:05:53.218690543 +0100
|
|
+++ Samples/Tests/PacketAndLowLevelTestsTest.cpp 2012-03-21 18:06:27.805674560 +0100
|
|
@@ -1,6 +1,6 @@
|
|
#include "PacketAndLowLevelTestsTest.h"
|
|
|
|
-#include "malloc.h"
|
|
+#include <stdlib.h>
|
|
|
|
/*
|
|
Description:
|