diff options
Diffstat (limited to '')
-rw-r--r-- | src/var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/var.h b/src/var.h index 7aa051f..35dd099 100644 --- a/src/var.h +++ b/src/var.h @@ -34,7 +34,7 @@ * @(#)var.h 8.2 (Berkeley) 5/4/95 */ -#include <stdint.h> +#include <inttypes.h> /* * Shell variables. |