bc639769e8
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@373 6952d904-891a-0410-993b-d76249ca496b
13 lines
377 B
Diff
13 lines
377 B
Diff
--- work.linux-2.2/common/tr.c 2005/08/14 11:34:24 1.1
|
|
+++ work.linux-2.2/common/tr.c 2005/08/14 11:35:16
|
|
@@ -40,6 +40,9 @@ static char copyright[] =
|
|
#include "includes/netinet/if_ether.h"
|
|
#include "netinet/if_tr.h"
|
|
#include <sys/time.h>
|
|
+#ifdef __linux__
|
|
+#include <linux/types.h>
|
|
+#endif
|
|
|
|
/*
|
|
* token ring device handling subroutines. These are required as token-ring
|