projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46510f4
)
widgets: #include missing header file.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 19 Aug 2012 20:19:17 +0000
(13:19 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 19 Aug 2012 20:19:17 +0000
(13:19 -0700)
It didn't build for me otherwise.
src/ui/gui/widgets.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/widgets.c
b/src/ui/gui/widgets.c
index 008d37e52a30440ccf5200e41e28fd8005ef7750..c4f809906759a510252741909cc9c5079b1126af 100644
(file)
--- a/
src/ui/gui/widgets.c
+++ b/
src/ui/gui/widgets.c
@@
-1,5
+1,7
@@
#include <config.h>
+#include <gtksourceview/gtksourceview.h>
+
#include "widgets.h"