summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/share/compat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/share/compat.h b/include/share/compat.h
index e9e522a7..a139eed4 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -39,6 +39,9 @@
#ifndef FLAC__SHARE__COMPAT_H
#define FLAC__SHARE__COMPAT_H
+#include <stddef.h>
+#include <stdarg.h>
+
#if defined _WIN32 && !defined __CYGWIN__
/* where MSVC puts unlink() */
# include <io.h>
@@ -198,7 +201,6 @@
*
* This function wraps the MS version to behave more like the ISO version.
*/
-#include <stdarg.h>
#ifdef __cplusplus
extern "C" {
#endif