summaryrefslogtreecommitdiffstats
path: root/patches/efax-0.9/0004-add-missing-include-file.patch
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-11-01 15:31:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-11-01 15:31:14 +0100
commit317945ac0a63ea1059de8ac977489a6426d6d483 (patch)
treee3fec01d0fbdd405eb10f326968536705e5e0d0a /patches/efax-0.9/0004-add-missing-include-file.patch
parent10db712bed4fcf1d6272a7423073e2623c5e9cc5 (diff)
downloadptxdist-317945ac0a63ea1059de8ac977489a6426d6d483.tar.gz
ptxdist-317945ac0a63ea1059de8ac977489a6426d6d483.tar.xz
efax: clean up patches
Based on a patch by Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/efax-0.9/0004-add-missing-include-file.patch')
-rw-r--r--patches/efax-0.9/0004-add-missing-include-file.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/patches/efax-0.9/0004-add-missing-include-file.patch b/patches/efax-0.9/0004-add-missing-include-file.patch
new file mode 100644
index 000000000..02f2ca8d7
--- /dev/null
+++ b/patches/efax-0.9/0004-add-missing-include-file.patch
@@ -0,0 +1,21 @@
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Date: Sat, 29 Oct 2011 19:13:38 +0200
+Subject: [PATCH] add missing include file
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+---
+ efaxio.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/efaxio.c b/efaxio.c
+index 5b8dbde..1e3a1fd 100644
+--- a/efaxio.c
++++ b/efaxio.c
+@@ -2,6 +2,7 @@
+ #include <signal.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <time.h>
+
+ #include "efaxio.h" /* EFAX */
+ #include "efaxmsg.h"