Fix missing include.

This commit is contained in:
2019-03-20 23:38:58 +00:00
parent 3684431294
commit df9e870e3e

View File

@@ -34,6 +34,7 @@
#define LIBDICFORMAT_DECLS_H
#include <stdint.h>
#include <stdio.h>
int identify(const char *filename);