Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/comms/fl_moxgen/files/patch-write_pdf.c
18157 views
1
--- write_pdf.c.orig 2014-04-12 15:29:28.000000000 -0700
2
+++ write_pdf.c 2014-04-12 15:29:54.000000000 -0700
3
@@ -6,6 +6,7 @@
4
#include <setjmp.h>
5
#include <stdio.h>
6
#include <string.h>
7
+#include <unistd.h> // for getcwd()
8
#include <sys/stat.h> // for stat()
9
10
#include "fl_moxgen_defines.h"
11
12