freebsd-ports/comms/fl_moxgen/files/patch-write_pdf.c
Diane Bruce 71e6d8446d - Maintainer update: comms/fl_moxgen to latest (1.00)
- stage support

Version 1.00 - 20-JUL-2013
        * Minor updates to the documentation
        * Fixed Makefile problem with fl_moxgen_defines.h
        * Be sure Calculate was pressed before generating outputs
        * Be sure wire size input was entered prior to Calculate
        * Check legal value of AWG input

PR:		ports/188538
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2014-04-12 23:59:33 +00:00

10 lines
295 B
C

--- write_pdf.c.orig 2014-04-12 15:29:28.000000000 -0700
+++ write_pdf.c 2014-04-12 15:29:54.000000000 -0700
@@ -6,6 +6,7 @@
#include <setjmp.h>
#include <stdio.h>
#include <string.h>
+#include <unistd.h> // for getcwd()
#include <sys/stat.h> // for stat()
#include "fl_moxgen_defines.h"