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:
2f7e532
)
Include sys/types.h.
author
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 23:17:02 +0000
(23:17 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 23:17:02 +0000
(23:17 +0000)
src/encr.c
patch
|
blob
|
history
src/protocol.c
patch
|
blob
|
history
diff --git
a/src/encr.c
b/src/encr.c
index fe7b2e8f1c4aa32c9f4e2965cc5dd55976a1d13a..cde6a991b195650c14be0669776851174bdfd9aa 100644
(file)
--- a/
src/encr.c
+++ b/
src/encr.c
@@
-19,6
+19,8
@@
#include "config.h"
+#include <sys/types.h>
+
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
diff --git
a/src/protocol.c
b/src/protocol.c
index b5305e8f3d9f639b265daa1c2f65d62844443203..5d84c5d7292d69a4688a48ed111cf8b015f11a34 100644
(file)
--- a/
src/protocol.c
+++ b/
src/protocol.c
@@
-19,6
+19,8
@@
#include "config.h"
+#include <sys/types.h>
+
#include <stdlib.h>
#include <string.h>
#include <syslog.h>