mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
12 lines
170 B
C
12 lines
170 B
C
|
|
#include "util-internal.h"
|
|
#ifdef _WIN32
|
|
#include <winsock2.h>
|
|
#endif
|
|
|
|
#include "event2/util.h"
|
|
|
|
#ifdef snprintf
|
|
#undef snprintf
|
|
#endif
|
|
#define snprintf evutil_snprintf
|