diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2013-10-30 15:46:50 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2013-10-30 15:46:50 +0000 |
| commit | 169a84dd18a25ae51839db2641e4b760f68fdb91 (patch) | |
| tree | 263efa44414d514be6cbc58a5fb9a475922a7af6 | |
| parent | d70f070a0bc169ff8ce849853534988295c3f87d (diff) | |
Notes
| -rw-r--r-- | lib/libcam/camlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcam/camlib.c b/lib/libcam/camlib.c index 8bac6f54059b..f3202470a0e2 100644 --- a/lib/libcam/camlib.c +++ b/lib/libcam/camlib.c @@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include <string.h> #include <fcntl.h> #include <unistd.h> |
