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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/speexenc.c')
-rw-r--r--src/speexenc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/speexenc.c b/src/speexenc.c
index 52f7117..2d1e639 100644
--- a/src/speexenc.c
+++ b/src/speexenc.c
@@ -36,6 +36,8 @@
#include <stdio.h>
#if !defined WIN32 && !defined _WIN32
#include <unistd.h>
+#endif
+#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#ifndef HAVE_GETOPT_LONG