diff options
Diffstat (limited to 'libbb/md5.c')
-rw-r--r-- | libbb/md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/md5.c b/libbb/md5.c index 5ad6580..cfdffe8 100644 --- a/libbb/md5.c +++ b/libbb/md5.c @@ -12,6 +12,7 @@ * * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ + #include <fcntl.h> #include <limits.h> #include <stdio.h> |