Add missing include to regress_finalize.h

This commit is contained in:
Nick Mathewson 2014-03-12 18:19:07 -04:00
parent 21477e408f
commit b6f15ccea6

View File

@ -25,6 +25,7 @@
*/
#include "event2/event-config.h"
#include "evconfig-private.h"
#include "tinytest.h"
#include "tinytest_macros.h"
#include <stdlib.h>