aboutsummaryrefslogtreecommitdiff
path: root/boundary.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-02-05 13:25:20 +0100
committerAnton Khirnov <anton@khirnov.net>2019-02-05 13:25:20 +0100
commit16eb1da413d93e08d42554a7d80a0245ad3d588f (patch)
tree5813479bd79b59e4045bf502767863d80575de35 /boundary.c
parent84ad6b2b02baa3d3141fee3368c9b79be4aeeb47 (diff)
Add forgotten header.
Diffstat (limited to 'boundary.c')
-rw-r--r--boundary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boundary.c b/boundary.c
index c0f1514..86803fc 100644
--- a/boundary.c
+++ b/boundary.c
@@ -21,6 +21,7 @@
#include "common.h"
#include "mg2d_boundary.h"
+#include "mg2d_boundary_internal.h"
struct MG2DBoundaryInternal {
double *val_base;