aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/hex.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-05-04 18:02:53 +0200
committerJay Berkenbilt <ejb@ql.org>2008-05-04 18:02:53 +0200
commit76bf91765e0b25066a47cbd52df07645239c5a78 (patch)
tree5d6e6342d69dc402e3589e8027315144957d01cf /libtests/hex.cc
parent0ceb79cfdd15e0d456b400be20baa4ea4fc70ae3 (diff)
downloadqpdf-76bf91765e0b25066a47cbd52df07645239c5a78.tar.zst
missing header files for gcc 4.3
git-svn-id: svn+q:///qpdf/trunk@607 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libtests/hex.cc')
-rw-r--r--libtests/hex.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtests/hex.cc b/libtests/hex.cc
index 0bd6354a..5278f95f 100644
--- a/libtests/hex.cc
+++ b/libtests/hex.cc
@@ -2,6 +2,7 @@
#include <qpdf/Pl_StdioFile.hh>
#include <iostream>
+#include <stdlib.h>
int main()
{
@@ -29,7 +30,7 @@ int main()
catch (std::exception& e)
{
std::cerr << e.what() << std::endl;
- exit(2);
+ exit(2);
}
return 0;