diff options
Diffstat (limited to 'deskutils/superkaramba/files/patch-misc_python.cpp')
-rw-r--r-- | deskutils/superkaramba/files/patch-misc_python.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/superkaramba/files/patch-misc_python.cpp b/deskutils/superkaramba/files/patch-misc_python.cpp new file mode 100644 index 000000000000..22b3e7b8267c --- /dev/null +++ b/deskutils/superkaramba/files/patch-misc_python.cpp @@ -0,0 +1,12 @@ +--- src/misc_python.cpp.orig Fri Nov 19 13:31:33 2004 ++++ src/misc_python.cpp Fri Nov 19 13:37:12 2004 +@@ -380,6 +380,9 @@ + #include <sys/ioctl.h> + #include <net/if.h> + #include <arpa/inet.h> ++#ifdef __FreeBSD__ ++#include <netinet/in.h> ++#endif + + /* now a method we need to expose to Python */ + QString getIp(char *device_name) |