Fix a few compiler warnings

We were missing string.h in a few places, and were also creating
a string format of %llld.
This commit is contained in:
Anton Blanchard
2020-12-24 22:00:44 -05:00
committed by Tim Edwards
parent a31bd9f003
commit 91f9bc166f
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
#endif /* not lint */
#include <stdio.h>
#include <string.h>
#include "utils/magic.h"
#include "utils/malloc.h"