widl: Remove an unnecessary platform specific ifdef These files don't seem to need anything from malloc.h; they include alloca.h for that function anyway, and stdlib.h provides malloc and free. (Build tested for linux and mingw.) This fixes building on other BSDs. Signed-off-by: Martin Storsjö <martin@martin.st>