Kaydet (Commit) bbeedc26 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

include (now) int standard headers

üst f6b8c350
...@@ -48,6 +48,8 @@ extern "C" { ...@@ -48,6 +48,8 @@ extern "C" {
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>
#include <assert.h> #include <assert.h>
#include <stdint.h>
#include <inttypes.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#include "vccompat.h" #include "vccompat.h"
...@@ -59,12 +61,6 @@ extern "C" { ...@@ -59,12 +61,6 @@ extern "C" {
#define MPD_HIDE_SYMBOLS_END #define MPD_HIDE_SYMBOLS_END
#define EXTINLINE extern inline #define EXTINLINE extern inline
#else #else
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifndef __GNUC_STDC_INLINE__ #ifndef __GNUC_STDC_INLINE__
#define __GNUC_STDC_INLINE__ 1 #define __GNUC_STDC_INLINE__ 1
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment