Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2012-03-20 01:43:29 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2012-03-20 01:43:29 +0400
commitca771d95f064290a77c0553b137e1ccf68365282 (patch)
tree4861a57210f85f11b98e717d057b91bcc03b433c
parent8f7faf9a56de0eab49a8bcac140a473feb3630a4 (diff)
* Fix compiling on FreeBSD. (Thanks Douglas Carmichael)
-rw-r--r--minidlnatypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/minidlnatypes.h b/minidlnatypes.h
index 0574514..89592df 100644
--- a/minidlnatypes.h
+++ b/minidlnatypes.h
@@ -31,6 +31,8 @@
#include "config.h"
#include <netinet/in.h>
+#include <time.h>
+#include <fcntl.h>
/* structure for storing lan addresses
* with ascii representation and mask */