diff options
Diffstat (limited to 'toolbox/dd.h')
-rw-r--r-- | toolbox/dd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolbox/dd.h b/toolbox/dd.h index 794a464..cca1024 100644 --- a/toolbox/dd.h +++ b/toolbox/dd.h @@ -35,6 +35,8 @@ * @(#)dd.h 8.3 (Berkeley) 4/2/94 */ +#include <stdint.h> + /* Input/output stream state. */ typedef struct { u_char *db; /* buffer address */ |