projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3add03b
)
fixed a build error on gcc 3 and without XFT defined.
author
Scott Moynes
<smoynes@nexus.carleton.ca>
Sun, 15 Sep 2002 00:18:04 +0000
(
00:18
+0000)
committer
Scott Moynes
<smoynes@nexus.carleton.ca>
Sun, 15 Sep 2002 00:18:04 +0000
(
00:18
+0000)
util/xftlsfonts.cc
patch
|
blob
|
history
diff --git
a/util/xftlsfonts.cc
b/util/xftlsfonts.cc
index 94e47d5df708f48fc3bb2af9deb028398817b1a1..bd2313fef6971a40711e66ce23fe23c60c94bdf7 100644
(file)
--- a/
util/xftlsfonts.cc
+++ b/
util/xftlsfonts.cc
@@
-7,6
+7,8
@@
const char *VERSION = "1.0";
#ifndef XFT
#include <iostream>
+using std::cout;
+using std::endl;
int main(int, char **) {
cout << NAME << " version " << VERSION << endl;