Skip to content

Commit

Permalink
include (now) int standard headers
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Sep 6, 2016
1 parent f6b8c35 commit bbeedc2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Modules/_decimal/libmpdec/mpdecimal.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ extern "C" {
#include <string.h>
#include <limits.h>
#include <assert.h>
#include <stdint.h>
#include <inttypes.h>

#ifdef _MSC_VER
#include "vccompat.h"
Expand All @@ -59,12 +61,6 @@ extern "C" {
#define MPD_HIDE_SYMBOLS_END
#define EXTINLINE extern inline
#else
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifndef __GNUC_STDC_INLINE__
#define __GNUC_STDC_INLINE__ 1
#endif
Expand Down

0 comments on commit bbeedc2

Please sign in to comment.