mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-04 08:33:55 +02:00
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:
committed by
Tim Edwards
parent
a31bd9f003
commit
91f9bc166f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user