commit | 5dfe556188df2a3b2bfe73c8bc3b3b9216171a93 | [log] [tgz] |
---|---|---|
author | osdl.org!shemminger <osdl.org!shemminger> | Tue Jun 08 23:50:43 2004 +0000 |
committer | osdl.org!shemminger <osdl.org!shemminger> | Tue Jun 08 23:50:43 2004 +0000 |
tree | 03092dfc8c4f84cc5411b0905d07ee4ac1f00e4b | |
parent | 47b7d94c9e1fad9f84cf1b50ae76b8ed13503651 [diff] [blame] |
Need this when not using kernel headers. (Logical change 1.16)
diff --git a/lib/utils.c b/lib/utils.c index 90a0ef2..7834b7a 100644 --- a/lib/utils.c +++ b/lib/utils.c
@@ -25,6 +25,7 @@ #include <netdb.h> #include <arpa/inet.h> #include <resolv.h> +#include <asm/types.h> #include <linux/pkt_sched.h> #include "utils.h"