Introduction
Introduction Statistics Contact Development Disclaimer Help
fix include for time and read(), write() - sdhcp - simple dhcp client
git clone git://git.codemadness.org/sdhcp
Log
Files
Refs
LICENSE
---
commit 2e4eae5360a37cf9d7ebad8cb4bfa135dae6b3d8
parent d02e213601a5432e7efcd1bbeab1bff151ee04fe
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 25 Apr 2014 20:57:19 +0200
fix include for time and read(), write()
Signed-off-by: Hiltjo Posthuma <[email protected]>
Diffstat:
M sdhcp.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sdhcp.c b/sdhcp.c
@@ -10,6 +10,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
+#include <unistd.h>
#define MIN(a,b) (((a)<(b))?(a):(b))
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.