View | Details | Raw Unified | Return to bug 143747
Collapse All | Expand All

(-)files/patch-portdowngrade.cpp (+11 lines)
Added Link Here
1
--- portdowngrade/portdowngrade.cpp.orig	2004-12-28 00:34:52.000000000 -0800
2
+++ portdowngrade/portdowngrade.cpp	2010-02-09 23:04:21.480393138 -0800
3
@@ -28,6 +28,8 @@
4
 #include <dirent.h>
5
 #include <termios.h>
6
 #include <fcntl.h>
7
+#include <string.h>
8
+#include <limits.h>
9
 #ifndef TIOCGWINSIZE
10
 #include <sys/ioctl.h>
11
 #endif

Return to bug 143747