summaryrefslogtreecommitdiffstats
path: root/patches/efax-0.9/0004-add-missing-include-file.patch
blob: 02f2ca8d731d1f9d13c009805a01eb9dafe4b503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"