diff options
Diffstat (limited to 'rspl/c1df.c')
-rw-r--r-- | rspl/c1df.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rspl/c1df.c b/rspl/c1df.c index 5d8dc32..4020d7a 100644 --- a/rspl/c1df.c +++ b/rspl/c1df.c @@ -30,8 +30,9 @@ #include "copyright.h" #include "aconfig.h" #include "numlib.h" -#include "plot.h" #include "rspl.h" +#include "plot.h" +#include "ui.h" double lin(); void usage(void); |