summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-03-08 21:13:13 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-03-08 21:13:13 +1100
commitae663c36af889adadd10249709aeae8f6b6b69f0 (patch)
treefead332c59d93c2afa557473bc3a593040de0574 /include
parent139ffb090d41b3dba9230f04b2c61e21e6558441 (diff)
downloadflac-ae663c36af889adadd10249709aeae8f6b6b69f0.tar.gz
FLAC/ordinals.h : Provide links for <stdint.h> replacements.
Diffstat (limited to 'include')
-rw-r--r--include/FLAC/ordinals.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/FLAC/ordinals.h b/include/FLAC/ordinals.h
index 647b07e4..3c6dd184 100644
--- a/include/FLAC/ordinals.h
+++ b/include/FLAC/ordinals.h
@@ -33,7 +33,10 @@
#define FLAC__ORDINALS_H
/* If your compiler does not provide <stdint.h> you should provide a replacement
- * which hss suitable replacements for the following intX_T and uintX_t types.
+ * which has suitable replacements for the following intX_T and uintX_t types.
+ * For example:
+ * http://msinttypes.googlecode.com/svn/trunk/stdint.h
+ * http://www.azillionmonkeys.com/qed/pstdint.h
*/
#include <stdint.h>