aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/bits.cc
diff options
context:
space:
mode:
authorThorsten Schöning <tschoening@users.noreply.github.com>2015-11-18 11:53:57 +0100
committerJay Berkenbilt <ejb@ql.org>2016-01-24 18:05:02 +0100
commit953e6f641fe159d6b38a4d7f0aec5ada3c50a683 (patch)
treeded652e1879afa4e065ef3e11de6e7c403723784 /libtests/bits.cc
parente0201c12cc2360921da2bcec671da6f062f0aea8 (diff)
downloadqpdf-953e6f641fe159d6b38a4d7f0aec5ada3c50a683.tar.zst
Include stdlib.h to provide exit
Diffstat (limited to 'libtests/bits.cc')
-rw-r--r--libtests/bits.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtests/bits.cc b/libtests/bits.cc
index c14bceb6..ba1d5483 100644
--- a/libtests/bits.cc
+++ b/libtests/bits.cc
@@ -3,6 +3,7 @@
#include <qpdf/Pl_Buffer.hh>
#include <iostream>
#include <stdio.h>
+#include <stdlib.h>
// See comments in bits.cc
#define BITS_TESTING 1