forked from Lainports/freebsd-ports
- 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)
10 lines
295 B
C
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"
|