Commit 953e6f641fe159d6b38a4d7f0aec5ada3c50a683
Committed by
Jay Berkenbilt
1 parent
e0201c12
Include stdlib.h to provide exit
Showing
1 changed file
with
1 additions
and
0 deletions
libtests/bits.cc
| @@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
| 3 | #include <qpdf/Pl_Buffer.hh> | 3 | #include <qpdf/Pl_Buffer.hh> |
| 4 | #include <iostream> | 4 | #include <iostream> |
| 5 | #include <stdio.h> | 5 | #include <stdio.h> |
| 6 | +#include <stdlib.h> | ||
| 6 | 7 | ||
| 7 | // See comments in bits.cc | 8 | // See comments in bits.cc |
| 8 | #define BITS_TESTING 1 | 9 | #define BITS_TESTING 1 |