diff options
| author | J08nY | 2017-05-31 23:07:35 +0200 |
|---|---|---|
| committer | J08nY | 2017-05-31 23:07:35 +0200 |
| commit | 637702cb14fe7133f3cffe58eaaca4186d67fc43 (patch) | |
| tree | bdbb50a3fd8cae28a1c767d3fe20a3c0c752cab9 /src/io/output.c | |
| parent | ba8c1f2bc424205cbb167b3c65ce184912c6173a (diff) | |
| download | ecgen-637702cb14fe7133f3cffe58eaaca4186d67fc43.tar.gz ecgen-637702cb14fe7133f3cffe58eaaca4186d67fc43.tar.zst ecgen-637702cb14fe7133f3cffe58eaaca4186d67fc43.zip | |
Diffstat (limited to 'src/io/output.c')
| -rw-r--r-- | src/io/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/output.c b/src/io/output.c index 1904a22..272faa2 100644 --- a/src/io/output.c +++ b/src/io/output.c @@ -5,7 +5,7 @@ #include "output.h" #include <parson/parson.h> -#include "math/field.h" +#include "gen/field.h" #include "util/memory.h" FILE *out; |
