Fix one build error. This port still fails to build with various

C++ errors.
This commit is contained in:
Adam Weinberger 2014-08-21 00:05:58 +00:00
parent e3903c8108
commit 4200526e46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365525

View File

@ -0,0 +1,8 @@
--- ./library/canvas/src/mdc_text.cpp.orig 2014-08-20 19:34:24.000000000 -0400
+++ ./library/canvas/src/mdc_text.cpp 2014-08-20 19:35:12.000000000 -0400
@@ -1,4 +1,5 @@
#include <cstring>
+#include <cstdlib>
#include "stdafx.h"
#include <string.h>