From 9e880c5c3c5225798daa261b833e24d4e30f6ba1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 26 Sep 2007 04:25:57 +0000 Subject: [PATCH] Add missing #include. --- src/ui/gui/output-viewer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/gui/output-viewer.c b/src/ui/gui/output-viewer.c index d3b78f14..0372e14c 100644 --- a/src/ui/gui/output-viewer.c +++ b/src/ui/gui/output-viewer.c @@ -28,6 +28,8 @@ #include #include +#include "xalloc.h" + struct output_viewer { struct editor_window parent; -- 2.30.2