ed14ef2be5
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Horea Christian <chr@chymera.eu>
22 lines
696 B
Diff
22 lines
696 B
Diff
--- src/miscvis/writepng.c.orig 2013-10-19 00:18:32.415203592 +1300
|
|
+++ src/miscvis/writepng.c 2013-10-19 00:19:05.414255132 +1300
|
|
@@ -32,6 +32,7 @@
|
|
|
|
#include <stdlib.h> /* for exit() prototype */
|
|
|
|
+#include "zlib.h"
|
|
#include "png.h" /* libpng header; includes zlib.h and setjmp.h */
|
|
#include "writepng.h" /* typedefs, common macros, public prototypes */
|
|
|
|
--- src/ptx2/surfmaths.cc.orig 2013-10-19 00:19:51.595327317 +1300
|
|
+++ src/ptx2/surfmaths.cc 2013-10-19 00:20:09.284354805 +1300
|
|
@@ -72,7 +72,7 @@
|
|
#include "csv_mesh.h"
|
|
#include "miscmaths/miscmaths.h"
|
|
#include "utils/fsl_isfinite.h"
|
|
-#include "libprob/libprob.h"
|
|
+#include "libprob.h"
|
|
|
|
using namespace MISCMATHS;
|
|
|