43d4db24b0
While there, run make makepatch. PR: 213810 Sponsored by: Absolight
10 lines
213 B
C++
10 lines
213 B
C++
--- src/portability.h.orig 2014-11-14 14:17:48 UTC
|
|
+++ src/portability.h
|
|
@@ -42,6 +42,7 @@
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <stdint.h>
|
|
+#include <stdlib.h>
|
|
#include <string>
|
|
#include <cstring>
|
|
|