a8b252e239
NOTE: The client and relay components are now End-Of-Life. This is the final release that contains those components.
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
Index: keama/keama.h
|
|
--- keama/keama.h.orig
|
|
+++ keama/keama.h
|
|
@@ -28,6 +28,8 @@
|
|
#include "data.h"
|
|
#include "dhctoken.h"
|
|
|
|
+#include <sys/socket.h>
|
|
+#include <errno.h>
|
|
#include <time.h>
|
|
|
|
/* Resolution of FQDNs into IPv4 addresses */
|