[bwm-tools-devel] COMMIT - r96 - trunk/include
Brought to you by:
nkukard
From: <sv...@li...> - 2008-09-15 05:44:12
|
Author: nkukard Date: 2008-09-15 05:25:56 +0000 (Mon, 15 Sep 2008) New Revision: 96 Modified: trunk/include/flow.h Log: * Fix a few platforms which don't include this Modified: trunk/include/flow.h =================================================================== --- trunk/include/flow.h 2008-01-02 20:19:09 UTC (rev 95) +++ trunk/include/flow.h 2008-09-15 05:25:56 UTC (rev 96) @@ -27,6 +27,7 @@ #include <glib.h> +#include <netinet/in.h> #include <linux/netfilter.h> #include <sys/time.h> #include <syslog.h> |