diff options
Diffstat (limited to 'comms/xnec2c/files/patch-src_somnec.c')
-rw-r--r-- | comms/xnec2c/files/patch-src_somnec.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/xnec2c/files/patch-src_somnec.c b/comms/xnec2c/files/patch-src_somnec.c new file mode 100644 index 000000000000..5a71fccdbd1e --- /dev/null +++ b/comms/xnec2c/files/patch-src_somnec.c @@ -0,0 +1,12 @@ +--- src/somnec.c.orig 2013-12-01 23:01:31.000000000 -0800 ++++ src/somnec.c 2014-06-08 17:51:47.000000000 -0700 +@@ -38,6 +38,9 @@ + #include "somnec.h" + #include "shared.h" + ++#include "clog.c" ++#include "cexp.c" ++ + /* common /evlcom/ */ + static int jh; + static double ck2, ck2sq, tkmag, tsmag, ck1r, zph, rho; |