e2b427f333
LaTeX files. It translates text formatting, tables, figures, and equations. The resulting LaTeX files are quite readable and suitable for editing. WWW: http://sourceforge.net/project/showfiles.php?group_id=22324 PR: ports/128041 Submitted by: Martin Dieringer <martin.dieringer at gmx.de>
11 lines
284 B
C
11 lines
284 B
C
--- ../src/common/cole/oledecod.c~ 2008-10-13 05:21:28.000000000 +0200
|
|
+++ ../src/common/cole/oledecod.c 2008-10-13 05:21:28.000000000 +0200
|
|
@@ -44,7 +44,7 @@
|
|
#if __GNUC__
|
|
#if __APPLE__
|
|
#else
|
|
- #include <malloc.h>
|
|
+ #include <stdlib.h>
|
|
#endif
|
|
#include <sys/types.h>
|
|
#endif
|