diff options
Diffstat (limited to 'comms/xnec2c/files/patch-src_common.h')
-rw-r--r-- | comms/xnec2c/files/patch-src_common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/xnec2c/files/patch-src_common.h b/comms/xnec2c/files/patch-src_common.h new file mode 100644 index 000000000000..05991a06efaf --- /dev/null +++ b/comms/xnec2c/files/patch-src_common.h @@ -0,0 +1,10 @@ +--- src/common.h.orig 2014-06-08 17:50:43.000000000 -0700 ++++ src/common.h 2014-06-08 17:50:53.000000000 -0700 +@@ -37,6 +37,7 @@ + #include <sys/types.h> + #include <sys/times.h> + #include <gtk/gtk.h> ++#include "cexp.h" + + /* commonly used complex constants */ + #define CPLX_00 (0.0+I*0.0) |