diff options
Diffstat (limited to '')
-rw-r--r-- | src/mystring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mystring.h b/src/mystring.h index 3522523..083ea98 100644 --- a/src/mystring.h +++ b/src/mystring.h @@ -34,7 +34,7 @@ * @(#)mystring.h 8.2 (Berkeley) 5/4/95 */ -#include <stdint.h> +#include <inttypes.h> #include <string.h> extern const char snlfmt[]; |