From 68eaec5cb4208ee80e7c0610361405fd01fc1b69 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 15 Jan 2014 12:28:55 +0000 Subject: complete move of remaining core gui functions --- monkey/cert.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'monkey/cert.c') diff --git a/monkey/cert.c b/monkey/cert.c index 0aa01f3a7..48359e8c2 100644 --- a/monkey/cert.c +++ b/monkey/cert.c @@ -16,11 +16,13 @@ * along with this program. If not, see . */ +#include +#include + #include "desktop/gui.h" #include "utils/ring.h" -#include -#include +#include "monkey/cert.h" typedef struct monkey_cert { struct monkey_cert *r_next, *r_prev; -- cgit v1.2.3