From d1905e8948fcd55b891f0d2a3ec478aa749d19d1 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Mon, 14 May 2012 13:36:36 +0200 Subject: [PATCH] Added missing include. --- src/fsort_template.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fsort_template.h b/src/fsort_template.h index 565731723c..043a888588 100644 --- a/src/fsort_template.h +++ b/src/fsort_template.h @@ -4,6 +4,8 @@ || for more information. */ +#include "stuff.h" + #ifdef SORT_BY_INDEX /* Sort by index. */ -- GitLab