summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/hcfpcimodem/files/hcfpcimodem-1.13-implicit-declarations.patch')
-rw-r--r--net-dialup/hcfpcimodem/files/hcfpcimodem-1.13-implicit-declarations.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-dialup/hcfpcimodem/files/hcfpcimodem-1.13-implicit-declarations.patch b/net-dialup/hcfpcimodem/files/hcfpcimodem-1.13-implicit-declarations.patch
new file mode 100644
index 000000000000..044d707f1e92
--- /dev/null
+++ b/net-dialup/hcfpcimodem/files/hcfpcimodem-1.13-implicit-declarations.patch
@@ -0,0 +1,22 @@
+diff -Nru hcfpcimodem-1.13full.orig/diag/diag.c hcfpcimodem-1.13full/diag/diag.c
+--- hcfpcimodem-1.13full.orig/diag/diag.c 2004-12-14 09:50:46.000000000 +0200
++++ hcfpcimodem-1.13full/diag/diag.c 2007-07-14 10:35:38.000000000 +0300
+@@ -13,6 +13,7 @@
+ #include <asm/byteorder.h>
+ #include <stdio.h>
+ #include <sys/select.h>
++#include <stdlib.h>
+
+ #include "framewrk.h"
+ #include "osservices.h"
+diff -Nru hcfpcimodem-1.13full.orig/diag/modemexpert.c hcfpcimodem-1.13full/diag/modemexpert.c
+--- hcfpcimodem-1.13full.orig/diag/modemexpert.c 2004-12-14 09:50:39.000000000 +0200
++++ hcfpcimodem-1.13full/diag/modemexpert.c 2007-07-14 10:35:38.000000000 +0300
+@@ -13,6 +13,7 @@
+ #include <errno.h>
+ #include <signal.h>
+ #include <sys/queue.h>
++#include <string.h>
+
+ #include "framewrk.h"
+ #include "osservices.h"