mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
10 lines
299 B
C
10 lines
299 B
C
--- file-io.c.orig Mon Aug 12 15:30:44 2002
|
|
+++ file-io.c Mon Aug 12 15:30:55 2002
|
|
@@ -1,6 +1,7 @@
|
|
/* the functions to read and write fractal calculations to a file */
|
|
|
|
#include "deep_zoom.h"
|
|
+#include <cstring>
|
|
|
|
// writes an mpf_t to the file as the overall information followed by the data
|
|
|