projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce579d
)
Add missing #include.
author
Ben Pfaff
<blp@gnu.org>
Wed, 26 Sep 2007 04:25:57 +0000
(
04:25
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Wed, 26 Sep 2007 04:25:57 +0000
(
04:25
+0000)
src/ui/gui/output-viewer.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/output-viewer.c
b/src/ui/gui/output-viewer.c
index d3b78f1481e9b098935e28368fff0d6a02319aa4..0372e14cf9325df0a7a62604229b329784ca073a 100644
(file)
--- a/
src/ui/gui/output-viewer.c
+++ b/
src/ui/gui/output-viewer.c
@@
-28,6
+28,8
@@
#include <glade/glade.h>
#include <ctype.h>
+#include "xalloc.h"
+
struct output_viewer
{
struct editor_window parent;