express: Fix compile error with certain macOS SDKs

This commit is contained in:
rdb 2020-12-19 01:00:07 +01:00
parent abe3c2bf0b
commit 1c974092e4

View File

@ -26,6 +26,9 @@
#include "pvector.h"
#include "vector_uchar.h"
// Defined by Cocoa, conflicts with the definition below.
#undef verify
/**
* A file that contains a set of files.
*/