projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e7a36
)
Cancel previous change.
author
handa
<handa>
Tue, 7 Sep 2004 09:05:59 +0000
(09:05 +0000)
committer
handa
<handa>
Tue, 7 Sep 2004 09:05:59 +0000
(09:05 +0000)
example/otfdump.c
patch
|
blob
|
history
example/otfview.c
patch
|
blob
|
history
diff --git
a/example/otfdump.c
b/example/otfdump.c
index
4541c02
..
abbb43e
100644
(file)
--- a/
example/otfdump.c
+++ b/
example/otfdump.c
@@
-28,6
+28,7
@@
write to the Free Software Foundation, Inc., 59 Temple Place, Suite
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <libgen.h>
#include <otf.h>
diff --git
a/example/otfview.c
b/example/otfview.c
index
8e46bd7
..
809b69c
100644
(file)
--- a/
example/otfview.c
+++ b/
example/otfview.c
@@
-26,6
+26,7
@@
write to the Free Software Foundation, Inc., 59 Temple Place, Suite
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <libgen.h>
#include <X11/Xatom.h>
#include <X11/Intrinsic.h>