diff options
Diffstat (limited to 'profile/mppprof.c')
-rw-r--r-- | profile/mppprof.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profile/mppprof.c b/profile/mppprof.c index 0c3593f..74d3a71 100644 --- a/profile/mppprof.c +++ b/profile/mppprof.c @@ -62,7 +62,8 @@ #include "numlib.h" #include "xicc.h" #include "prof.h" -#include "../h/sort.h" +#include "sort.h" +#include "ui.h" void usage(void) { |