summaryrefslogtreecommitdiff
path: root/desktop/knockout.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/knockout.c')
-rw-r--r--desktop/knockout.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/knockout.c b/desktop/knockout.c
index 0385ee80b..fa827cb39 100644
--- a/desktop/knockout.c
+++ b/desktop/knockout.c
@@ -64,10 +64,13 @@
#include <assert.h>
#include <string.h>
-#include "desktop/knockout.h"
-#include "desktop/plotters.h"
+#include <stdio.h>
+
#include "image/bitmap.h"
#include "utils/log.h"
+#include "content/content.h"
+#include "desktop/knockout.h"
+#include "desktop/plotters.h"
/* Define to enable knockout debug */
#undef KNOCKOUT_DEBUG