projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c044d12
)
Missing include.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 2 Aug 2003 21:33:52 +0000
(21:33 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 2 Aug 2003 21:33:52 +0000
(21:33 +0000)
src/tincd.c
patch
|
blob
|
history
diff --git
a/src/tincd.c
b/src/tincd.c
index 98dea2542390827e2549798a2029efa8bb54738b..4aba579fa5388a948bbdb5a62487dfd7ac8cd9b5 100644
(file)
--- a/
src/tincd.c
+++ b/
src/tincd.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: tincd.c,v 1.10.4.8
0 2003/08/02 20:50:38
guus Exp $
+ $Id: tincd.c,v 1.10.4.8
1 2003/08/02 21:33:52
guus Exp $
*/
#include "system.h"
@@
-41,6
+41,7
@@
#include <getopt.h>
#include "conf.h"
+#include "device.h"
#include "logger.h"
#include "net.h"
#include "netutl.h"