undef EV_ERROR if it's already defined (may be on BSD/macOS systems)

This commit is contained in:
casey langen 2022-02-17 11:25:26 -08:00
parent ffd90fa4b1
commit 7fc5354f7b

View File

@ -1,7 +1,5 @@
#ifdef __FreeBSD__
#ifdef EV_ERROR
#ifdef EV_ERROR
#undef EV_ERROR
#endif
#endif
#include <iostream>