From 96054879c19ddb681d57211799360cbd264aee54 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 20 Dec 2009 13:07:02 +0000 Subject: [PATCH] Fixed build. Since vprintf() is defined as a macro, it's a good idea to include the first. I don't see, why the header defines stuff that is already defined in anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34716 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/compat/freebsd_network/compat/sys/systm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/compat/freebsd_network/compat/sys/systm.h b/src/libs/compat/freebsd_network/compat/sys/systm.h index ae97c10211..b72dffb5b4 100644 --- a/src/libs/compat/freebsd_network/compat/sys/systm.h +++ b/src/libs/compat/freebsd_network/compat/sys/systm.h @@ -8,6 +8,7 @@ #include +#include #include #include