diff options
Diffstat (limited to 'examples/ncr_lib.c')
-rw-r--r-- | examples/ncr_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ncr_lib.c b/examples/ncr_lib.c index b83be3b..29a7fbe 100644 --- a/examples/ncr_lib.c +++ b/examples/ncr_lib.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include <stdint.h> #include <stdio.h> #include <string.h> #include <unistd.h> |