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:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 9192d20..f253c16 100644
--- a/utils.c
+++ b/utils.c
@@ -19,7 +19,12 @@
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
+#include "config.h"
+#ifndef cygwin
#include <linux/limits.h>
+#else
+#include <sys/cygwin.h>
+#endif /* cygwin */
#include <sys/stat.h>
#include <unistd.h>
#include <sys/types.h>