-rw-r--r-- | ui-refs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,16 +3,17 @@ * Copyright (C) 2006 Lars Hjemli * * Licensed under GNU General Public License v2 * (see COPYING for full license text) */ #include "cgit.h" #include "html.h" +#include "ui-shared.h" static int header; static int cmp_age(int age1, int age2) { if (age1 != 0 && age2 != 0) return age2 - age1; |