Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
02fb2aa9
Commit
02fb2aa9
authored
Jun 16, 2018
by
Philipp Schafft
🦁
Committed by
Marvin Scholz
Jun 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Corrected the include of <stdint.h> and <inttypes.h> to match IEEE Std 1003.1-2017 ("POSIX 7")
parent
d1142e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/compat.h
src/compat.h
+3
-2
No files found.
src/compat.h
View file @
02fb2aa9
...
...
@@ -47,9 +47,10 @@
# define PRId64 "I64d"
#else
# define PATH_SEPARATOR "/"
# if
def
ined(
HAVE_STDINT_H
)
# ifdef
HAVE_STDINT_H
# include <stdint.h>
# elif defined(HAVE_INTTYPES_H)
# endif
# ifdef HAVE_INTTYPES_H
# include <inttypes.h>
# endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment