projects
/
tinc
/ 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
fe7b2e8
..
cde6a99
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
b5305e8
..
5d84c5d
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>