diff --git a/dlls/icmp/icmp_main.c b/dlls/icmp/icmp_main.c index 1818f979df8..2de08c6b847 100644 --- a/dlls/icmp/icmp_main.c +++ b/dlls/icmp/icmp_main.c @@ -67,6 +67,9 @@ #endif #endif /* BYTE_ORDER */ +#define u_int16_t WORD +#define u_int32_t DWORD + /* These are BSD headers. We use these here because they are needed on * libc5 Linux systems. On other platforms they are usually simply more * complete than the native stuff, and cause less portability problems