summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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>