diff options
Diffstat (limited to 'src/profiler.h')
-rw-r--r-- | src/profiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiler.h b/src/profiler.h index 25d89c6c8..5816f05ca 100644 --- a/src/profiler.h +++ b/src/profiler.h @@ -30,6 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/numeric.h" // paging() #include "debug.h" // assert() +#define MAX_PROFILER_TEXT_ROWS 20 + /* Time profiler */ |