@ -0,0 +1,27 @@ |
|||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: package/.../bridge-utils/missing-types.patch |
||||
|
# Copyright (C) 2015 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This patch file is dual-licensed. It is available under the license the |
||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||
|
# of the GNU General Public License as published by the Free Software |
||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||
|
# version. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
--- ./libbridge/libbridge.h.orig 2011-03-29 03:52:54.000000000 +0300
|
||||
|
+++ ./libbridge/libbridge.h 2015-02-14 12:47:37.862741128 +0200
|
||||
|
@@ -20,6 +20,7 @@
|
||||
|
#define _LIBBRIDGE_H |
||||
|
|
||||
|
#include <sys/socket.h> |
||||
|
+#include <sys/types.h>
|
||||
|
#include <linux/if.h> |
||||
|
#include <linux/if_bridge.h> |
||||
|
|
||||
|
|