diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-04-20 22:15:18 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-04-20 22:15:18 +0000 |
| commit | df6e4074c09bdc4e6da079bf9f0a03dffd42b482 (patch) | |
| tree | b397ad07eb7079be7d1f42b3caed96e03593cf14 /usr.bin/patch/pch.c | |
| parent | 14c1e97f575af222784b30d5dd8b1366378243ef (diff) | |
Notes
Diffstat (limited to 'usr.bin/patch/pch.c')
| -rw-r--r-- | usr.bin/patch/pch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c index aacafc8ad6d0..e731ca1f9e8f 100644 --- a/usr.bin/patch/pch.c +++ b/usr.bin/patch/pch.c @@ -34,6 +34,7 @@ #include <ctype.h> #include <libgen.h> #include <limits.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
