projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e16963
)
Missing include of stdio.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Jul 2003 09:23:16 +0000
(09:23 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Jul 2003 09:23:16 +0000
(09:23 +0000)
zoom/zexcept.cpp
patch
|
blob
|
history
diff --git
a/zoom/zexcept.cpp
b/zoom/zexcept.cpp
index
462767b
..
3a11382
100644
(file)
--- a/
zoom/zexcept.cpp
+++ b/
zoom/zexcept.cpp
@@
-1,10
+1,11
@@
-// $Header: /home/cvsroot/yaz++/zoom/zexcept.cpp,v 1.8 2003-07-02 10:25:13 adam Exp $
+// $Header: /home/cvsroot/yaz++/zoom/zexcept.cpp,v 1.9 2003-07-07 09:23:16 adam Exp $
// Z39.50 Exception classes
#include <iostream>
#include <errno.h>
#include <string.h> // for strerror(), strlen(), strcpy()
+#include <stdio.h>
#include "zoom.h"