Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
kdbtypes.h: explicitly include inttypes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
waht committed Apr 6, 2018
1 parent 0b61024 commit 060b28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/kdbtypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ typedef unsigned char kdb_char_t;

#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
// for C99+
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>

Expand Down

0 comments on commit 060b28a

Please sign in to comment.