2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 09:50:54 +00:00

Include stdlib.h to provide exit

This commit is contained in:
Thorsten Schöning 2015-11-18 11:53:57 +01:00 committed by Jay Berkenbilt
parent e0201c12cc
commit 953e6f641f

View File

@ -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