Fix for missing ppdebug variable.
This commit is contained in:
parent
87fa2d586d
commit
7e1722d966
|
@ -28,6 +28,8 @@
|
|||
#include "wpp_private.h"
|
||||
#include "wpp.h"
|
||||
|
||||
int ppdebug;
|
||||
|
||||
static void add_special_defines(void)
|
||||
{
|
||||
time_t now = time(NULL);
|
||||
|
|
Loading…
Reference in New Issue